Replace cute_tiled memory functions with engine functions
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
#include <breeze/core/logger.h>
|
||||
#include <breeze/core/memory.h>
|
||||
|
||||
#define CUTE_TILED_WARNING(msg) bzLogWarning(msg)
|
||||
|
||||
#define CUTE_TILED_ALLOC(size, ctx) bzAlloc(size)
|
||||
#define CUTE_TILED_FREE(mem, ctx) bzFree(mem)
|
||||
#define CUTE_TILED_MEMCPY bzMemCpy
|
||||
#define CUTE_TILED_MEMSET bzMemSet
|
||||
|
||||
#define CUTE_TILED_IMPLEMENTATION
|
||||
#include "cute_tiled/cute_tiled.h"
|
||||
|
||||
Reference in New Issue
Block a user