summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-19 06:47:07 +0000
committertron <tron@openttd.org>2005-07-19 06:47:07 +0000
commit28a6e10a637e5191d292395b75542cb2cc5da647 (patch)
tree93d6951cb75032c0fc278defaf8dc3e7926aa050 /settings.c
parent6b439d6f82f105a074e124e4a15dfdae406e09d1 (diff)
downloadopenttd-28a6e10a637e5191d292395b75542cb2cc5da647.tar.xz
(svn r2631) Move screenshot related variables from variables.h to screenshot.[ch]
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.c b/settings.c
index a06bb9770..c6707dc62 100644
--- a/settings.c
+++ b/settings.c
@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "openttd.h"
+#include "screenshot.h"
#include "sound.h"
#include "string.h"
#include "table/currency.h"