Update cute_tiled.h
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include <breeze/core/logger.h>
|
||||
#include <breeze/core/memory.h>
|
||||
|
||||
#if 1
|
||||
|
||||
#define CUTE_TILED_WARNING(msg) bzLogWarning(msg)
|
||||
|
||||
#define CUTE_TILED_ALLOC(size, ctx) bzAlloc(size)
|
||||
@@ -8,5 +10,7 @@
|
||||
#define CUTE_TILED_MEMCPY bzMemCpy
|
||||
#define CUTE_TILED_MEMSET bzMemSet
|
||||
|
||||
#endif
|
||||
|
||||
#define CUTE_TILED_IMPLEMENTATION
|
||||
#include "cute_tiled.h"
|
||||
|
||||
Reference in New Issue
Block a user