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.c | |
| 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.c')
| -rw-r--r-- | src/utils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils.c b/src/utils.c index 967ed916..aaa5bdb4 100644 --- a/src/utils.c +++ b/src/utils.c @@ -66,9 +66,6 @@ #include "external/stb_image_write.h" // Required for: stbi_write_bmp(), stbi_write_png() #endif -#define RRES_IMPLEMENTATION -#include "rres.h" - //---------------------------------------------------------------------------------- // Global Variables Definition //---------------------------------------------------------------------------------- |
