summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-22 06:31:31 +0000
committertron <tron@openttd.org>2005-07-22 06:31:31 +0000
commit18d79cc30f1a4946abce0cf31f8a0469f1bdadfa (patch)
treec12ae1154818de8868de0ec406477d6e01f7cd10 /openttd.c
parentad976733990683865268ee3fac09015a512748f4 (diff)
downloadopenttd-18d79cc30f1a4946abce0cf31f8a0469f1bdadfa.tar.xz
(svn r2672) Move saving/loading related declarations to saveload.h
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openttd.c b/openttd.c
index 85a65d800..5e1a91e06 100644
--- a/openttd.c
+++ b/openttd.c
@@ -2,6 +2,7 @@
#include "string.h"
#include "table/strings.h"
#include "debug.h"
+#include "saveload.h"
#include "strings.h"
#include "map.h"
#include "tile.h"