Minor tweak

This commit is contained in:
2023-02-18 12:15:19 +00:00
parent 3acbd7447a
commit 49f240ea07
8 changed files with 8 additions and 8 deletions

View File

@@ -1,10 +1,9 @@
#pragma once
#include <stdbool.h>
#include <stddef.h>
#include "toy_common.h"
#include <string.h>
//memory allocation hook
typedef void* (*Toy_RefStringAllocatorFn)(void* pointer, size_t oldSize, size_t newSize);
TOY_API void Toy_setRefStringAllocatorFn(Toy_RefStringAllocatorFn);