summaryrefslogtreecommitdiff
path: root/src/rev.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-09-04 20:31:49 +0000
committerrubidium <rubidium@openttd.org>2009-09-04 20:31:49 +0000
commita1f49db54dd71af71f664a2c6b1a8f8c33e3fb7f (patch)
tree0dda905be11b688ab0a753c5fe8a9b7e9f2a7985 /src/rev.h
parente540385038efc5b06bc30939c42180e3b70e6398 (diff)
downloadopenttd-a1f49db54dd71af71f664a2c6b1a8f8c33e3fb7f.tar.xz
(svn r17416) -Codechange: move the build date/time 'determination' to rev.cpp as that's the file most likely to be regularly recompiled
Diffstat (limited to 'src/rev.h')
-rw-r--r--src/rev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rev.h b/src/rev.h
index 485a77eba..621a41c4b 100644
--- a/src/rev.h
+++ b/src/rev.h
@@ -13,6 +13,7 @@
#define REV_H
extern const char _openttd_revision[];
+extern const char _openttd_build_date[];
extern const byte _openttd_revision_modified;
extern const uint32 _openttd_newgrf_version;