X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_timer.h;h=ad7f733d555ac24d9207b8fb9528dcd6b2264a6f;hb=a565be31ce92d6168ae6983042da75b0b683e52b;hp=ec25af51029baf3004431433bfa4f00df907abfe;hpb=17ec26395419ff775f29661e50265dfbccfda3b0;p=16.git diff --git a/src/lib/16_timer.h b/src/lib/16_timer.h index ec25af51..ad7f733d 100755 --- a/src/lib/16_timer.h +++ b/src/lib/16_timer.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2019 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -25,12 +25,14 @@ #include "src/lib/16_head.h" #include "src/lib/wcpu/16_wcpu.h" +#define FPSVALUE 30 + 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 shinkutxt(global_game_variables_t *gv); +//void WaitPee(void); #endif