From 8c73b5c42d7c38093386cab8fed02b06f232ea7d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 24 Aug 2008 08:41:38 +0000 Subject: (svn r14151) -Codechange: make it possible to choose between the DOS and Windows graphics packs while retaining the possibility to override the palette. --- src/gfxinit.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gfxinit.h') diff --git a/src/gfxinit.h b/src/gfxinit.h index 37def4598..d75e99378 100644 --- a/src/gfxinit.h +++ b/src/gfxinit.h @@ -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 */ -- cgit v1.2.3-54-g00ecf