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
commitbce6f5c0a529469e9576cc30e56dc881d153fd2b (patch)
tree93d6951cb75032c0fc278defaf8dc3e7926aa050 /settings.c
parent3428e4e4b0793a4c697f7a06fc7b8b87fd1a9870 (diff)
downloadopenttd-bce6f5c0a529469e9576cc30e56dc881d153fd2b.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"