summaryrefslogtreecommitdiff
path: root/win32.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 /win32.c
parentad976733990683865268ee3fac09015a512748f4 (diff)
downloadopenttd-18d79cc30f1a4946abce0cf31f8a0469f1bdadfa.tar.xz
(svn r2672) Move saving/loading related declarations to saveload.h
Diffstat (limited to 'win32.c')
-rw-r--r--win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32.c b/win32.c
index a1afbe2e6..65cef9048 100644
--- a/win32.c
+++ b/win32.c
@@ -1,6 +1,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "debug.h"
+#include "saveload.h"
#include "string.h"
#include "table/strings.h"
#include "gfx.h"