(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 c85e41b3ed
commit 3f9fa18671
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;