minor tweaks

This commit is contained in:
Ray
2022-08-02 17:25:24 +02:00
parent 6ecb29f33f
commit 2a2c9e4da8
5 changed files with 10 additions and 10 deletions

View File

@@ -65,7 +65,7 @@
//----------------------------------------------------------------------------------
// Module Functions Declaration
//----------------------------------------------------------------------------------
#ifdef __cplusplus
#if defined(__cplusplus)
extern "C" { // Prevents name mangling of functions
#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!
#endif
#ifdef __cplusplus
#if defined(__cplusplus)
}
#endif