14 Image(const std::string
& path
);
15 Image(const Image
& image
);
19 virtual int width() const;
20 virtual int height() const;
24 void setPosition(int32_t x
, int32_t y
);
26 void draw(SDL_Surface
*dest
) const;
29 SDL_Surface
*surface_
;
32 std::pair
<int32_t, int32_t> position_
;
37 #endif // MUSK_IMAGE_H_