summaryrefslogtreecommitdiff
path: root/src/gfxinit.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-31 08:46:43 +0000
committerrubidium <rubidium@openttd.org>2008-08-31 08:46:43 +0000
commitc3a9653c894ad597c35d41e6d8739c3330371c74 (patch)
tree161c58d24eacca85942713448990ad9d1280d8bd /src/gfxinit.h
parent1afa473d0f26f56750d899ceaacfcbfbae7d21e0 (diff)
downloadopenttd-c3a9653c894ad597c35d41e6d8739c3330371c74.tar.xz
(svn r14197) -Codechange: rework (original) base graphics determination methods. This yields in the following:
-Feature: make configuring the to-be-used base graphics via openttd.cfg and the command line possible. -Feature: allow both the German as well as non-German toyland graphics as "correct" and official graphics. -Feature: allow people to create their own base graphics easily and without requiring code changes.
Diffstat (limited to 'src/gfxinit.h')
-rw-r--r--src/gfxinit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gfxinit.h b/src/gfxinit.h
index d75e99378..2caa5f54c 100644
--- a/src/gfxinit.h
+++ b/src/gfxinit.h
@@ -15,4 +15,6 @@ void FindGraphicsSets();
bool SetGraphicsSet(const char *name);
char *GetGraphicsSetsList(char *p, const char *last);
+extern char _ini_graphics_set[32];
+
#endif /* GFXINIT_H */