]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_head.h
added fps system ^^
[16.git] / src / lib / 16_head.h
index f4774012d2b8d07e183ea20f330009816edc006b..ed0a4870327a1be9c5f483cc8d1ef1c903423967 100755 (executable)
@@ -185,11 +185,12 @@ typedef struct
 {\r
        int old_mode;   //old video mode before game!\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
+       clock_t t;\r
+       word tiku;              //frames passed\r
+       dword clock_start;      //timer start\r
+       dword *clock;           //current time on clock\r
        handle_t handle;        //handles for file logging\r
+       boolean fpscap; //cap the fps var\r
 } global_game_variables_t;\r
 \r
 /* local function */\r