summaryrefslogtreecommitdiff
path: root/src/include/timing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/timing.h')
-rw-r--r--src/include/timing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/timing.h b/src/include/timing.h
index 31aea11..927a30a 100644
--- a/src/include/timing.h
+++ b/src/include/timing.h
@@ -7,6 +7,6 @@
#define TICK_DURATION_MS 30
tick_t getGameCurrentTick(Uint32 startTime_ms);
-void waitForNextTick(Uint32 timeBefore_ms, Uint32 drift_ms);
+int waitForNextTick(Uint32 timeBefore_ms, Uint32 drift_ms);
#endif /*TIME_H*/