summaryrefslogtreecommitdiff
path: root/src/gfxinit.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-10-20 21:39:50 +0000
committerrubidium <rubidium@openttd.org>2007-10-20 21:39:50 +0000
commit1d9542ce2d69ddccdf6c03ca5936e33b7107ef54 (patch)
treebde509eab266c280a8bc2b89c5cefb919aee7a8e /src/gfxinit.h
parentd1a51ebb36c8e217c3c3ea6844532202bd2dd1c4 (diff)
downloadopenttd-1d9542ce2d69ddccdf6c03ca5936e33b7107ef54.tar.xz
(svn r11321) -Codechange: add support to load different graphics for halftile slopes using a NewGRF. Patch by frosch.
Diffstat (limited to 'src/gfxinit.h')
-rw-r--r--src/gfxinit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfxinit.h b/src/gfxinit.h
index 0d6e79613..a59cc6259 100644
--- a/src/gfxinit.h
+++ b/src/gfxinit.h
@@ -7,5 +7,6 @@
void CheckExternalFiles();
void GfxLoadSprites();
+void LoadSpritesIndexed(int file_index, uint *sprite_id, const SpriteID *index_tbl);
#endif /* GFXINIT_H */