changeset 8870 | 461ed7760525 |
parent 8066 | 7acd480e05c9 |
child 10429 | 1b99254f9607 |
--- a/src/spriteloader/png.hpp Mon Jan 21 23:55:57 2008 +0000 +++ b/src/spriteloader/png.hpp Tue Jan 22 07:27:06 2008 +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, const char *filename, uint8 file_slot, uint32 file_pos); + bool LoadSprite(SpriteLoader::Sprite *sprite, uint8 file_slot, uint32 file_pos); }; #endif /* SPRITELOADER_PNG_HPP */