summaryrefslogtreecommitdiff
path: root/src/gfxinit.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-24 08:41:38 +0000
committerrubidium <rubidium@openttd.org>2008-08-24 08:41:38 +0000
commit2ced86e7aee89b10f15fc86ffd56e86bf57b163b (patch)
tree4eb66c61ee236f4cb711084f3af614a31ae4a8ce /src/gfxinit.h
parent7b01fb91c751075718030517dbdeb78e36dfca7a (diff)
downloadopenttd-2ced86e7aee89b10f15fc86ffd56e86bf57b163b.tar.xz
(svn r14151) -Codechange: make it possible to choose between the DOS and Windows graphics packs while retaining the possibility to override the palette.
Diffstat (limited to 'src/gfxinit.h')
-rw-r--r--src/gfxinit.h4
1 files changed, 4 insertions, 0 deletions
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 */