X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2F16_timer.h;h=8bcd10c001861360b2bd3ee1d4a47b1c75c5f4d4;hp=ec25af51029baf3004431433bfa4f00df907abfe;hb=35f9e7e103ce902e941007e84389a754f16ec058;hpb=1522130c288695fd2ad573be62b7bfc300eed6a3 diff --git a/src/lib/16_timer.h b/src/lib/16_timer.h index ec25af51..8bcd10c0 100755 --- a/src/lib/16_timer.h +++ b/src/lib/16_timer.h @@ -25,12 +25,14 @@ #include "src/lib/16_head.h" #include "src/lib/wcpu/16_wcpu.h" +#define FPSVALUE 60 + clock_t start_timer(global_game_variables_t *gv); double elapsed_timer(global_game_variables_t *gv); double ticktock(global_game_variables_t *gv); double time_in_seconds(global_game_variables_t *gv); //double time_in_seconds(time_t in_t); void shinkutxt(global_game_variables_t *gv); -void WaitPee(void); +//void WaitPee(void); #endif