WIP Android SDL

This commit is contained in:
TheBrokenRail
2023-11-02 15:02:58 -04:00
committed by iProgramInCpp
parent 811bc7a6fa
commit 0559f66102
46 changed files with 631 additions and 276 deletions

View File

@@ -36,7 +36,7 @@
int g_TimeSecondsOnInit = 0;
#if (!defined(USE_SDL) || defined(_WIN32)) && !defined(__ANDROID__)
#if (!defined(USE_SDL) || defined(_WIN32)) && !defined(ANDROID)
DIR* opendir(const char* name)
{