src/spriteloader/grf.hpp
changeset 10751 ebd94f2d6385
parent 10429 1b99254f9607
equal deleted inserted replaced
10749:b8ac8a8e27c4 10751:ebd94f2d6385
    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, uint8 file_slot, uint32 file_pos);
    15 	bool LoadSprite(SpriteLoader::Sprite *sprite, uint8 file_slot, size_t file_pos);
    16 };
    16 };
    17 
    17 
    18 #endif /* SPRITELOADER_GRF_HPP */
    18 #endif /* SPRITELOADER_GRF_HPP */