src/spriteloader/grf.hpp
branchnoai
changeset 9628 b5c2449616b5
parent 9626 79f2b5a0cdd7
child 8066 7acd480e05c9
--- a/src/spriteloader/grf.hpp	Tue Jun 12 19:52:26 2007 +0000
+++ b/src/spriteloader/grf.hpp	Sun Jun 17 21:31:00 2007 +0000
@@ -12,7 +12,7 @@
 	/**
 	 * Load a sprite from the disk and return a sprite struct which is the same for all loaders.
 	 */
-	bool LoadSprite(SpriteLoader::Sprite *sprite, uint32 file_pos);
+	bool LoadSprite(SpriteLoader::Sprite *sprite, const char *filename, uint32 file_pos);
 };
 
 #endif /* SPRITELOADER_GRF_HPP */