(svn r17133) -Codechange: generalise the code that searches for base graphics

This commit is contained in:
rubidium
2009-08-09 16:54:03 +00:00
parent cb6b1accc4
commit cdb969e164
13 changed files with 633 additions and 497 deletions

View File

@@ -7,20 +7,7 @@
#include "gfx_type.h"
void CheckExternalFiles();
void GfxLoadSprites();
void LoadSpritesIndexed(int file_index, uint *sprite_id, const SpriteID *index_tbl);
void FindGraphicsSets();
bool SetGraphicsSet(const char *name);
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;
#endif /* GFXINIT_H */