From e69b83243cb195429be9c40ec1ced2ed860458a2 Mon Sep 17 00:00:00 2001 From: red031000 Date: Mon, 25 May 2020 14:14:07 +0100 Subject: return of the warnings --- arm9/lib/src/custom_allocator.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'arm9/lib/src/custom_allocator.c') diff --git a/arm9/lib/src/custom_allocator.c b/arm9/lib/src/custom_allocator.c index 869901ce..1b1375bc 100644 --- a/arm9/lib/src/custom_allocator.c +++ b/arm9/lib/src/custom_allocator.c @@ -1,7 +1,5 @@ #include "global.h" - -typedef void * (* AllocFunc)(u32 size); -typedef void (* FreeFunc)(void * ptr); +#include "custom_allocator.h" static FreeFunc sDestructor; static AllocFunc sAllocator; -- cgit v1.2.3