This commit is contained in:
Ray
2021-12-06 19:08:06 +01:00
parent 3cb4ef2599
commit e7f48eb16b
2 changed files with 5 additions and 5 deletions

View File

@@ -131,8 +131,8 @@
#endif
#if defined(SUPPORT_FILEFORMAT_QOI)
#define QOI_MALLOC RL_MALLOC
#define QOI_FREE RL_FREE
#define QOI_MALLOC RL_MALLOC
#define QOI_FREE RL_FREE
#define QOI_IMPLEMENTATION
#include "external/qoi.h"