Define some globals

This commit is contained in:
Ray 2019-06-19 15:43:35 +02:00
parent e0854696b4
commit 1b249ac1e1
4 changed files with 16 additions and 16 deletions

View file

@ -62,7 +62,7 @@ static int logTypeExit = LOG_ERROR;
static TraceLogCallback logCallback = NULL;
#if defined(PLATFORM_ANDROID)
AAssetManager *assetManager;
AAssetManager *assetManager = NULL;
#endif
//----------------------------------------------------------------------------------