(svn r16342) -Feature(tte): Display base graphics description in game options window.

This commit is contained in:
frosch
2009-05-17 18:21:21 +00:00
parent e56cc911f1
commit 5507a5b233
4 changed files with 67 additions and 16 deletions

View File

@@ -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;