summaryrefslogtreecommitdiff
path: root/src/command.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-16 09:16:58 +0000
committerrubidium <rubidium@openttd.org>2007-07-16 09:16:58 +0000
commitdf009178d487767375b9482e86465d527f041439 (patch)
treee5f239c13d0bce3b501cd16094df719e1af4be61 /src/command.cpp
parent1f447d10b46a9529c61eba25bd7c5ba243c6a0f4 (diff)
downloadopenttd-df009178d487767375b9482e86465d527f041439.tar.xz
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
Diffstat (limited to 'src/command.cpp')
-rw-r--r--src/command.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.cpp b/src/command.cpp
index 8216bd840..8d7c745c7 100644
--- a/src/command.cpp
+++ b/src/command.cpp
@@ -5,6 +5,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "table/strings.h"
+#include "strings.h"
#include "functions.h"
#include "landscape.h"
#include "map.h"