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
commita4ec4da22119b4a8f89582a581955a69e6e749ee (patch)
treec12ae1154818de8868de0ec406477d6e01f7cd10 /win32.c
parent5a7037f68b0fa3faf38ca0d4d3f47797028e983c (diff)
downloadopenttd-a4ec4da22119b4a8f89582a581955a69e6e749ee.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"