X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Flib%2F16_timer.h;h=8bcd10c001861360b2bd3ee1d4a47b1c75c5f4d4;hb=e2dc030c9e52911ed9808a9e4a65bc9e0e9d8e9b;hp=ffe08a430edc079995e1c41159d1f9d93d7ab706;hpb=b944e5a4e57c1a1ba44dff4ffafdee4edd5b5d99;p=16.git diff --git a/src/lib/16_timer.h b/src/lib/16_timer.h index ffe08a43..8bcd10c0 100755 --- a/src/lib/16_timer.h +++ b/src/lib/16_timer.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 + * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -23,7 +23,9 @@ #ifndef _TIMER_H_ #define _TIMER_H_ #include "src/lib/16_head.h" -#include "src/lib/wcpu/wcpu.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); @@ -31,6 +33,6 @@ 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