]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/timer.h
sfsaf saf as
[16.git] / src / lib / timer.h
index 8f9619b210c1bd25ea924f0919d699570b64417f..b4ca2e87c25fd7cb84431d724e4882e1339cb49f 100755 (executable)
 #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