mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
WIP Android SDL
This commit is contained in:
committed by
iProgramInCpp
parent
811bc7a6fa
commit
0559f66102
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user