00001 /* $Id: gfxinit.h 15389 2009-02-07 01:01:02Z peter1138 $ */ 00002 00005 #ifndef GFXINIT_H 00006 #define GFXINIT_H 00007 00008 #include "gfx_type.h" 00009 00010 void CheckExternalFiles(); 00011 void GfxLoadSprites(); 00012 void LoadSpritesIndexed(int file_index, uint *sprite_id, const SpriteID *index_tbl); 00013 00014 void FindGraphicsSets(); 00015 bool SetGraphicsSet(const char *name); 00016 char *GetGraphicsSetsList(char *p, const char *last); 00017 00018 int GetNumGraphicsSets(); 00019 int GetIndexOfCurrentGraphicsSet(); 00020 const char *GetGraphicsSetName(int index); 00021 00022 extern char *_ini_graphics_set; 00023 00024 #endif /* GFXINIT_H */