summaryrefslogtreecommitdiff
path: root/src/saveload.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-19 20:45:46 +0000
committerrubidium <rubidium@openttd.org>2007-12-19 20:45:46 +0000
commitd582aea639e5d3ee592ec37f90b03bebbc3163f1 (patch)
tree01d7c4429e1c30bf65208609d37c644b6618ab26 /src/saveload.cpp
parent8896bea3064b6106b175585bd3098238c21a78a1 (diff)
downloadopenttd-d582aea639e5d3ee592ec37f90b03bebbc3163f1.tar.xz
(svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
Diffstat (limited to 'src/saveload.cpp')
-rw-r--r--src/saveload.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/saveload.cpp b/src/saveload.cpp
index 43ce745db..165d26802 100644
--- a/src/saveload.cpp
+++ b/src/saveload.cpp
@@ -27,6 +27,7 @@
#include "variables.h"
#include "table/strings.h"
#include "strings.h"
+#include "window_func.h"
#include <list>
extern const uint16 SAVEGAME_VERSION = 83;