diff options
| author | Ray <[email protected]> | 2018-05-09 00:24:08 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-05-09 00:24:08 +0200 |
| commit | f26a38a9e1b5abffbf47d27ed33c350b8d8c9e5b (patch) | |
| tree | 0e29e19e059632a60d4cbdabddac0ac0b762c15a /src/utils.h | |
| parent | 9ea2a69bfdc6ffd12bf27c1e9003cd8bc0837549 (diff) | |
| parent | ac2dbba5b7a6e3727209f23769443e363a751528 (diff) | |
| download | raylib-f26a38a9e1b5abffbf47d27ed33c350b8d8c9e5b.tar.gz raylib-f26a38a9e1b5abffbf47d27ed33c350b8d8c9e5b.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h index ed75eb68..dfdb0c2a 100644 --- a/src/utils.h +++ b/src/utils.h @@ -58,14 +58,12 @@ extern "C" { // Prevents name mangling of functions //---------------------------------------------------------------------------------- // Module Functions Declaration //---------------------------------------------------------------------------------- -#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_RPI) #if defined(SUPPORT_SAVE_BMP) void SaveBMP(const char *fileName, unsigned char *imgData, int width, int height, int compSize); #endif #if defined(SUPPORT_SAVE_PNG) void SavePNG(const char *fileName, unsigned char *imgData, int width, int height, int compSize); #endif -#endif #if defined(PLATFORM_ANDROID) void InitAssetManager(AAssetManager *manager); // Initialize asset manager from android app |
