]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/lib_head.h
trying to fix~ palette updater bug! wwww
[16.git] / src / lib / lib_head.h
index 560ea8adf4e4c8d9b4da77c152c50428b772387b..34fcb3a0fbd2ef7271e8d0786a7b18ccabe6b147 100644 (file)
@@ -4,7 +4,8 @@
 #include <stdio.h>
 #include <conio.h> // just for wait
 #include <time.h> // just for wait
-#include "src\lib\types.h"
+#include <stdlib.h>
+#include "src/lib/types.h"
 
 /* Control codes for all keys on the keyboard */
 //here temperarly
 //typedef unsigned short syte;
 
 void wait(clock_t wait);
+void* AllocateLargestFreeBlock(size_t* Size);
+size_t GetFreeSize(void);
 
 /* THIS FUNCTION CONVERTS A POINTER TO AN INTEL LONG              */\r
 //int long ptr2long(char *p);