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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/timing.h b/src/include/timing.h
index 927a30a..238d11d 100644
--- a/src/include/timing.h
+++ b/src/include/timing.h
@@ -8,5 +8,6 @@
tick_t getGameCurrentTick(Uint32 startTime_ms);
int waitForNextTick(Uint32 timeBefore_ms, Uint32 drift_ms);
+Uint32 updateDriftOnEventReception(tick_t localCurrentTick, tick_t eventServerTick);
#endif /*TIME_H*/