src/rev.h
branchNewGRF_ports
changeset 10724 68a692eacf22
child 10824 1a34ba6f338a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/rev.h	Mon May 26 20:45:25 2008 +0000
@@ -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 */