diff options
| author | Ray <[email protected]> | 2022-08-02 17:25:24 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-02 17:25:24 +0200 |
| commit | 2a2c9e4da864efb087e4a0aec67dc5ec78d35559 (patch) | |
| tree | 31e10618337d64c77eb7911bcd336efe8a1d41c2 /src/utils.h | |
| parent | 6ecb29f33f39d709d73f3de633b095afdbf745cc (diff) | |
| download | raylib-2a2c9e4da864efb087e4a0aec67dc5ec78d35559.tar.gz raylib-2a2c9e4da864efb087e4a0aec67dc5ec78d35559.zip | |
minor tweaks
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h index 80271770..a2b3e03c 100644 --- a/src/utils.h +++ b/src/utils.h @@ -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 |
