diff options
| author | Ray <raysan5@gmail.com> | 2017-12-11 11:55:02 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2017-12-11 11:55:02 +0100 |
| commit | a6f9cc5629841b7adf3d9ff21eaa2aaabb3e4bc1 (patch) | |
| tree | 43c035d81630b22f51e82bad450213a51c61f6d7 /src/utils.h | |
| parent | 3e1d6859db03ba379dda62281bd3867b3d43d980 (diff) | |
| download | raylib-a6f9cc5629841b7adf3d9ff21eaa2aaabb3e4bc1.tar.gz raylib-a6f9cc5629841b7adf3d9ff21eaa2aaabb3e4bc1.zip | |
Remove rres support
Let the user choose if using rres external library
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 64592c73..a1801245 100644 --- a/src/utils.h +++ b/src/utils.h @@ -32,8 +32,6 @@ #include <android/asset_manager.h> // Required for: AAssetManager #endif -#include "rres.h" - #define SUPPORT_SAVE_PNG //---------------------------------------------------------------------------------- |
