* Add Gradle-based project for Android.

* Remove Microsoft Visual Studio projects for Android build.
This commit is contained in:
iProgramInCpp
2023-11-03 14:46:32 +02:00
parent f83ead9f8d
commit bd3348f7fe
29 changed files with 511 additions and 3970 deletions

View File

@@ -15,7 +15,7 @@
#include <stdio.h> // RAKNET_DEBUG_PRINTF
#include "RakAssert.h"
#if defined(ANDROID)
#include <asm/io.h>
//#include <sys/io.h>
#elif defined(_WIN32) || defined(__CYGWIN__)
#include <io.h>