(svn r14151) -Codechange: make it possible to choose between the DOS and Windows graphics packs while retaining the possibility to override the palette.

This commit is contained in:
rubidium
2008-08-24 08:41:38 +00:00
parent 7b01fb91c7
commit 2ced86e7ae
4 changed files with 176 additions and 55 deletions

View File

@@ -11,4 +11,8 @@ 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);
#endif /* GFXINIT_H */