forked from mirror/OpenTTD
(svn r12944) -Codechange: use rev.h instead of externs at many places
This commit is contained in:
@@ -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 @@ void CDECL ShowInfoF(const char *str, ...)
|
||||
ShowInfo(buf);
|
||||
}
|
||||
|
||||
/** The current revision of OpenTTD */
|
||||
extern const char _openttd_revision[];
|
||||
|
||||
/**
|
||||
* Show the help message when someone passed a wrong parameter.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user