mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added API macro
This commit is contained in:
@@ -12,6 +12,6 @@
|
||||
|
||||
//implementation details
|
||||
typedef void* (*AllocatorFn)(void* pointer, size_t oldSize, size_t newSize);
|
||||
void setAllocator(AllocatorFn);
|
||||
TOY_API void setAllocator(AllocatorFn);
|
||||
|
||||
void* reallocate(void* pointer, size_t oldSize, size_t newSize);
|
||||
|
||||
Reference in New Issue
Block a user