summaryrefslogtreecommitdiff
path: root/src/rev.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rev.h')
-rw-r--r--src/rev.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/rev.h b/src/rev.h
new file mode 100644
index 000000000..b25c729ca
--- /dev/null
+++ b/src/rev.h
@@ -0,0 +1,11 @@
+/* $Id$ */
+
+/** @file rev.h declaration of OTTD revision dependant variables */
+
+#ifndef REV_H
+#define REV_H
+
+extern const char _openttd_revision[];
+extern const uint32 _openttd_newgrf_version;
+
+#endif /* REV_H */