Define some globals
This commit is contained in:
parent
e0854696b4
commit
1b249ac1e1
4 changed files with 16 additions and 16 deletions
|
@ -62,7 +62,7 @@ static int logTypeExit = LOG_ERROR;
|
|||
static TraceLogCallback logCallback = NULL;
|
||||
|
||||
#if defined(PLATFORM_ANDROID)
|
||||
AAssetManager *assetManager;
|
||||
AAssetManager *assetManager = NULL;
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue