summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-31 07:25:49 +0000
committerrubidium <rubidium@openttd.org>2008-03-31 07:25:49 +0000
commitb488fe1929eb4290b7c1ed594cd18c5ecfd5a8a1 (patch)
tree15543e5435aa9c7caac61ef628a1dfdc780cddb9 /src/openttd.cpp
parent0f1a82a4c2f3047df8f511105d8b50bc461e9646 (diff)
downloadopenttd-b488fe1929eb4290b7c1ed594cd18c5ecfd5a8a1.tar.xz
(svn r12501) -Codechange: split signs.h.
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 81cfef80d..a82636b6f 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -44,7 +44,8 @@
#include "console.h"
#include "screenshot.h"
#include "network/network.h"
-#include "signs.h"
+#include "signs_base.h"
+#include "signs_func.h"
#include "depot.h"
#include "waypoint.h"
#include "ai/ai.h"