]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/lib_head.h
I just realized it dose not support colors of different RGB values!!!
[16.git] / src / lib / lib_head.h
index 19b59f182080f5ee2b7040e355fcf4a5160b9eb1..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);
 
 #endif/*_LIBHEAD_H_*/