|
@ -65,7 +65,7 @@ |
|
|
//---------------------------------------------------------------------------------- |
|
|
//---------------------------------------------------------------------------------- |
|
|
// Module Functions Declaration |
|
|
// Module Functions Declaration |
|
|
//---------------------------------------------------------------------------------- |
|
|
//---------------------------------------------------------------------------------- |
|
|
#ifdef __cplusplus |
|
|
|
|
|
|
|
|
#if defined(__cplusplus) |
|
|
extern "C" { // Prevents name mangling of functions |
|
|
extern "C" { // Prevents name mangling of functions |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
@ -74,7 +74,7 @@ void InitAssetManager(AAssetManager *manager, const char *dataPath); // Initia |
|
|
FILE *android_fopen(const char *fileName, const char *mode); // Replacement for fopen() -> Read-only! |
|
|
FILE *android_fopen(const char *fileName, const char *mode); // Replacement for fopen() -> Read-only! |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
|
|
|
|
|
#if defined(__cplusplus) |
|
|
} |
|
|
} |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|