diff src/openttd.cpp @ 9085:31575b0db757 draft

(svn r12944) -Codechange: use rev.h instead of externs at many places
author smatz <smatz@openttd.org>
date Sun, 04 May 2008 21:53:36 +0000
parents 11b5b3f4175d
children 0fdd16c9c709
line wrap: on
line diff
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -60,6 +60,7 @@
 #include "cheat_func.h"
 #include "animated_tile_func.h"
 #include "functions.h"
+#include "rev.h"
 
 #include "newgrf.h"
 #include "newgrf_config.h"
@@ -136,9 +137,6 @@
 	ShowInfo(buf);
 }
 
-/** The current revision of OpenTTD */
-extern const char _openttd_revision[];
-
 /**
  * Show the help message when someone passed a wrong parameter.
  */