summaryrefslogtreecommitdiff
path: root/src/gfxinit.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-05-17 18:21:21 +0000
committerfrosch <frosch@openttd.org>2009-05-17 18:21:21 +0000
commit5507a5b23341e3f79c4764431f3797e1d326c0ef (patch)
tree449359c5c724b4905781248fb4c2e31c2437b79c /src/gfxinit.h
parente56cc911f13153f174ed2636d80c33e236ed4492 (diff)
downloadopenttd-5507a5b23341e3f79c4764431f3797e1d326c0ef.tar.xz
(svn r16342) -Feature(tte): Display base graphics description in game options window.
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 3bee8c281..ae3718a02 100644
--- a/src/gfxinit.h
+++ b/src/gfxinit.h
@@ -18,6 +18,8 @@ char *GetGraphicsSetsList(char *p, const char *last);
int GetNumGraphicsSets();
int GetIndexOfCurrentGraphicsSet();
const char *GetGraphicsSetName(int index);
+const char *GetGraphicsSetDescription(int index);
+int GetGraphicsSetNumMissingFiles(int index);
extern char *_ini_graphics_set;