Remove trail spaces

This commit is contained in:
Ray
2019-05-08 18:33:09 +02:00
parent ecea95f50f
commit 97c8a28aaa
4 changed files with 29 additions and 29 deletions

View File

@@ -112,11 +112,11 @@
defined(SUPPORT_FILEFORMAT_GIF) || \
defined(SUPPORT_FILEFORMAT_PIC) || \
defined(SUPPORT_FILEFORMAT_HDR))
#define STBI_MALLOC RL_MALLOC
#define STBI_FREE RL_FREE
#define STBI_REALLOC(p,newsz) realloc(p,newsz)
#define STB_IMAGE_IMPLEMENTATION
#include "external/stb_image.h" // Required for: stbi_load_from_file()
// NOTE: Used to read image data (multiple formats support)