(svn r12944) -Codechange: use rev.h instead of externs at many places

This commit is contained in:
smatz
2008-05-04 21:53:36 +00:00
parent 0b8b5d1f3b
commit 297f99e100
19 changed files with 37 additions and 29 deletions

View File

@@ -27,6 +27,7 @@
#include "gui.h"
#include "strings_func.h"
#include "functions.h"
#include "rev.h"
#include "core/endian_func.hpp"
#include "date_func.h"
#include "vehicle_base.h"
@@ -560,7 +561,6 @@ uint ConvertDisplaySpeedToSpeed(uint speed)
static char* FormatString(char* buff, const char* str, const int64* argv, uint casei, const char* last)
{
extern const char _openttd_revision[];
WChar b;
const int64 *argv_orig = argv;
uint modifier = 0;