src/rev.h
changeset 10402 b168fbb99f7c
child 10824 1a34ba6f338a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/rev.h	Sun May 04 21:53:36 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 */