]> 4ch.mooo.com Git - 16.git/blobdiff - lib/lib_head.h
deleted: 16.bat
[16.git] / lib / lib_head.h
similarity index 89%
rename from src/lib/lib_com.h
rename to lib/lib_head.h
index d43b7172d688e3a8916b3b56c2bdd5c7d468ddc2..ba2c8b596a6ff08a99ff6066e58005bfe5473b23 100644 (file)
@@ -1,9 +1,10 @@
-#ifndef _LIBCOM_H_\r
-#define _LIBCOM_H_\r
+#ifndef _LIBHEAD_H_\r
+#define _LIBHEAD_H_\r
 #include <dos.h>\r
 #include <stdio.h>\r
 #include <conio.h> // just for wait\r
-#include <time.h> // just for wait\r
+#include <time.h> // just for wait
+#include "types.h"\r
 \r
 /* Control codes for all keys on the keyboard */\r
 //here temperarly\r
 #define KEY_MENU               (0x75)\r
 \r
 \r
-typedef unsigned char byte;\r
+//typedef unsigned char byte;
+//typedef unsigned int word;
+//typedef unsigned short syte;\r
 \r
 void wait(clock_t wait);\r
 \r
-#endif/*_LIBCOM_H_*/\r
+#endif/*_LIBHEAD_H_*/\r