X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4271ab433cd55bbd2612292bcf39e4dc3d7274f1..0907aa4037b12b6b88ee24495d4577a064d4f8db:/projects/stargazer/stg_timer.h?ds=sidebyside diff --git a/projects/stargazer/stg_timer.h b/projects/stargazer/stg_timer.h new file mode 100644 index 00000000..75553b3e --- /dev/null +++ b/projects/stargazer/stg_timer.h @@ -0,0 +1,21 @@ + /* + $Revision: 1.9 $ + $Date: 2010/11/03 10:37:52 $ + $Author: faust $ + */ + +#ifndef STG_TIMER_H +#define STG_TIMER_H + +#include + +extern volatile time_t stgTime; +int RunStgTimer(); +void StopStgTimer(); +void WaitTimer(); +bool IsStgTimerRunning(); +int stgUsleep(unsigned long t); + +#endif //STG_TIMER_H + +