src/spriteloader/grf.hpp
branchnoai
changeset 9724 b39bc69bb2f2
parent 9703 d2a6acdbd665
child 10429 1b99254f9607
equal deleted inserted replaced
9723:eee46cb39750 9724:b39bc69bb2f2
    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 */