]> git.stg.codes - stg.git/blobdiff - projects/stargazer/stg_timer.h
Port to CMake, get rid of os_int.h.
[stg.git] / projects / stargazer / stg_timer.h
diff --git a/projects/stargazer/stg_timer.h b/projects/stargazer/stg_timer.h
deleted file mode 100644 (file)
index 75553b3..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
- /*
- $Revision: 1.9 $
- $Date: 2010/11/03 10:37:52 $
- $Author: faust $
- */
-
-#ifndef STG_TIMER_H
-#define STG_TIMER_H
-
-#include <ctime>
-
-extern volatile time_t stgTime;
-int RunStgTimer();
-void StopStgTimer();
-void WaitTimer();
-bool IsStgTimerRunning();
-int stgUsleep(unsigned long t);
-
-#endif //STG_TIMER_H
-
-