summaryrefslogtreecommitdiff
path: root/console_cmds.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 /console_cmds.c
parent5a7037f68b0fa3faf38ca0d4d3f47797028e983c (diff)
downloadopenttd-a4ec4da22119b4a8f89582a581955a69e6e749ee.tar.xz
(svn r2672) Move saving/loading related declarations to saveload.h
Diffstat (limited to 'console_cmds.c')
-rw-r--r--console_cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/console_cmds.c b/console_cmds.c
index bc66d47f1..2cac5c3e0 100644
--- a/console_cmds.c
+++ b/console_cmds.c
@@ -4,6 +4,7 @@
#include "debug.h"
#include "engine.h"
#include "functions.h"
+#include "saveload.h"
#include "string.h"
#include "variables.h"
#include "network_data.h"