]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_head.h
pbuf????
[16.git] / src / lib / 16_head.h
index b98438313702d5f2eaeaa385eb738fa1904c2ecb..5db7e3f4e2619a414da03aefc76d9fa1cecae647 100755 (executable)
@@ -49,6 +49,7 @@
 #endif\r
 #include "src/lib/nyan/kitten.h"\r
 #include "src/lib/types.h"\r
+#include "src/lib/typdefst.h"\r
 \r
 #define VERSION __DATE__ " " __TIME__\r
 \r
@@ -164,8 +165,6 @@ extern      int                     profilehandle,debughandle;      //make it into game global
 typedef union REGPACK  regs_t;\r
 #endif\r
 \r
-typedef        enum    {false,true}    boolean;\r
-\r
 #ifdef __WATCOMC__\r
 typedef void __based(__self) * memptr;\r
 #endif\r
@@ -173,30 +172,6 @@ typedef void __based(__self) * memptr;
 typedef void _seg * memptr;\r
 #endif\r
 \r
-typedef struct\r
-{\r
-//     int showmemhandle;\r
-       int                     profilehandle,debughandle;\r
-       int heaphandle;\r
-} handle_t;\r
-\r
-typedef struct\r
-{\r
-       word frames_per_second;\r
-       clock_t t;\r
-       dword tiku;             //frames passed\r
-       word clock_start;       //timer start\r
-       word *clock;    //current time on clock\r
-       boolean fpscap; //cap the fps var\r
-} kurokku_t;\r
-\r
-typedef struct\r
-{\r
-       int old_mode;   //old video mode before game!\r
-       handle_t handle;        //handles for file logging\r
-       kurokku_t kurokku;      //clock struct\r
-} global_game_variables_t;\r
-\r
 /* local function */\r
 void wait(clock_t wait);\r
 \r