src/spriteloader/grf.hpp
branchgamebalance
changeset 9913 e79cd19772dd
parent 9912 1ac8aac92385
child 8066 7acd480e05c9
equal deleted inserted replaced
9912:1ac8aac92385 9913:e79cd19772dd
    10 class SpriteLoaderGrf : public SpriteLoader {
    10 class SpriteLoaderGrf : public SpriteLoader {
    11 public:
    11 public:
    12 	/**
    12 	/**
    13 	 * Load a sprite from the disk and return a sprite struct which is the same for all loaders.
    13 	 * Load a sprite from the disk and return a sprite struct which is the same for all loaders.
    14 	 */
    14 	 */
    15 	bool LoadSprite(SpriteLoader::Sprite *sprite, uint32 file_pos);
    15 	bool LoadSprite(SpriteLoader::Sprite *sprite, const char *filename, uint32 file_pos);
    16 };
    16 };
    17 
    17 
    18 #endif /* SPRITELOADER_GRF_HPP */
    18 #endif /* SPRITELOADER_GRF_HPP */