(svn r11321) -Codechange: add support to load different graphics for halftile slopes using a NewGRF. Patch by frosch.

This commit is contained in:
rubidium
2007-10-20 21:39:50 +00:00
parent 2c67320bae
commit fce4c5e2c2
4 changed files with 47 additions and 23 deletions

View File

@@ -7,5 +7,6 @@
void CheckExternalFiles();
void GfxLoadSprites();
void LoadSpritesIndexed(int file_index, uint *sprite_id, const SpriteID *index_tbl);
#endif /* GFXINIT_H */