summaryrefslogtreecommitdiff
path: root/settings_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2004-11-15 19:25:59 +0000
committertron <tron@openttd.org>2004-11-15 19:25:59 +0000
commit450c669eb27dd0510d5c62622936635ece2a237f (patch)
tree4e3568628d8f2cd98e94bdd8cab9529eaf20e3bd /settings_gui.c
parentfb4b5fa841533cbf48727f068e6a704455bdaa97 (diff)
downloadopenttd-450c669eb27dd0510d5c62622936635ece2a237f.tar.xz
(svn r631) Merge r440, r444, r485, r630 to trunk:
r440 Move screenshot function declarations to new file screenshot.h Clean up screenshot.c a bit, mostly whitespace, alloca() -> malloc() and checking return values r485 Remove unused field from struct ScreenshotFormat
Diffstat (limited to 'settings_gui.c')
-rw-r--r--settings_gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings_gui.c b/settings_gui.c
index f84c0e140..c916e6504 100644
--- a/settings_gui.c
+++ b/settings_gui.c
@@ -6,6 +6,7 @@
#include "gfx.h"
#include "command.h"
#include "engine.h"
+#include "screenshot.h"
static uint32 _difficulty_click_a;
static uint32 _difficulty_click_b;