diff options
| author | Ray San <raysan5@gmail.com> | 2017-10-02 13:06:04 +0200 |
|---|---|---|
| committer | Ray San <raysan5@gmail.com> | 2017-10-02 13:06:04 +0200 |
| commit | 144b0ed6954a33b28cfa5e4c76efb316f1d02a29 (patch) | |
| tree | 0f322d3b5627efd85121613d9ce3a48c11867a02 /src/core.c | |
| parent | 515a7c3526afe3c76e6b11e373a626220f327d99 (diff) | |
| download | raylib-144b0ed6954a33b28cfa5e4c76efb316f1d02a29.tar.gz raylib-144b0ed6954a33b28cfa5e4c76efb316f1d02a29.zip | |
Renamed gif writting library
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -105,8 +105,8 @@ #endif #if defined(SUPPORT_GIF_RECORDING) - #define GIF_IMPLEMENTATION - #include "external/gif.h" // Support GIF recording + #define RGIF_IMPLEMENTATION + #include "external/rgif.h" // Support GIF recording #endif #if defined(__linux__) || defined(PLATFORM_WEB) |
