X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Ftimer.h;h=b4ca2e87c25fd7cb84431d724e4882e1339cb49f;hb=ddf0f7c950011c570d0c0a35ad9b2dea8d5d1160;hp=0802a9e65f3f371bc48404b18254df7b975d2a64;hpb=24c3f5a38faeaac043c74761e9f9dd63f15291e1;p=16.git diff --git a/src/lib/timer.h b/src/lib/timer.h index 0802a9e6..b4ca2e87 100755 --- a/src/lib/timer.h +++ b/src/lib/timer.h @@ -23,6 +23,7 @@ #ifndef _TIMER_H_ #define _TIMER_H_ #include "src/lib/16_head.h" +#include "src/lib/wcpu/wcpu.h" clock_t start_timer(global_game_variables_t *gv); double elapsed_timer(global_game_variables_t *gv);