]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/timer.h
initial version of 192x144
[16.git] / src / lib / timer.h
old mode 100644 (file)
new mode 100755 (executable)
index 8f9619b..b4ca2e8
 #ifndef _TIMER_H_\r
 #define _TIMER_H_\r
 #include "src/lib/16_head.h"\r
+#include "src/lib/wcpu/wcpu.h"\r
 \r
 clock_t start_timer(global_game_variables_t *gv);\r
 double elapsed_timer(global_game_variables_t *gv);\r
-//double time_in_seconds(global_game_variables_t *gv);\r
-double time_in_seconds(time_t in_t);\r
+double ticktock(global_game_variables_t *gv);\r
+double time_in_seconds(global_game_variables_t *gv);\r
+//double time_in_seconds(time_t in_t);\r
 \r
 #endif\r