diff options
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h index 019f5d58d..de4c0c571 100644 --- a/src/debug.h +++ b/src/debug.h @@ -97,4 +97,7 @@ void CDECL ShowInfoF(const char *str, ...) WARN_FORMAT(1, 2); const char *GetLogPrefix(); +/** The real time in the game. */ +extern uint32 _realtime_tick; + #endif /* DEBUG_H */ |