src/spriteloader/grf.hpp
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6870 ca3fd1fbe311
child 10724 68a692eacf22
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
    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, const char *filename, uint8 file_slot, uint32 file_pos);
    15 	bool LoadSprite(SpriteLoader::Sprite *sprite, uint8 file_slot, uint32 file_pos);
    16 };
    16 };
    17 
    17 
    18 #endif /* SPRITELOADER_GRF_HPP */
    18 #endif /* SPRITELOADER_GRF_HPP */