diff options
Diffstat (limited to 'Sprite.h')
-rw-r--r-- | Sprite.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ class Sprite { bool visible(); // Load in this sprite's image - bool setImage(std::string path); + void setImage(std::string path); // TODO: Add method that can set reference to an already loaded image // This sprite's image SDL_Surface *image; |