summaryrefslogtreecommitdiff
path: root/src/command.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-07 22:22:20 +0000
committerrubidium <rubidium@openttd.org>2011-02-07 22:22:20 +0000
commit3745ff7338a7e3c9c4bff665f6952fd71c384ff8 (patch)
tree91491b041d4858820bdded74d71b9c39af1a45f3 /src/command.cpp
parentec9e0690eb33e3c66cc7c92054110e630d0827ff (diff)
downloadopenttd-3745ff7338a7e3c9c4bff665f6952fd71c384ff8.tar.xz
(svn r22015) -Codechange: move yet another pair of methods from functions.h
Diffstat (limited to 'src/command.cpp')
-rw-r--r--src/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.cpp b/src/command.cpp
index dd9867487..2dd369334 100644
--- a/src/command.cpp
+++ b/src/command.cpp
@@ -19,7 +19,7 @@
#include "newgrf_storage.h"
#include "strings_func.h"
#include "gfx_func.h"
-#include "functions.h"
+#include "texteff.hpp"
#include "town.h"
#include "date_func.h"
#include "company_func.h"