summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-07-19 16:21:49 +0000
committerrubidium <rubidium@openttd.org>2010-07-19 16:21:49 +0000
commit34764feac226f4a962cfa7957db79feb617c900c (patch)
treef74f88b30c7f66b30ac4151abef40aeb2590d86c /src/debug.h
parente38f503ec03f1bdd6f81ece65c6dca56ded2d935 (diff)
downloadopenttd-34764feac226f4a962cfa7957db79feb617c900c.tar.xz
(svn r20186) -Codechange: remove VARDEF from _realtime_tick and _rightclick_emulate
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h3
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 */