summaryrefslogtreecommitdiff
path: root/src/resources/resourcemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/resourcemanager.h')
-rw-r--r--src/resources/resourcemanager.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/resources/resourcemanager.h b/src/resources/resourcemanager.h
index b4892227e..7a1e517c0 100644
--- a/src/resources/resourcemanager.h
+++ b/src/resources/resourcemanager.h
@@ -38,7 +38,6 @@ class ImageSet;
class Music;
class Resource;
class SoundEffect;
-class SubImage;
class SpriteDef;
struct SDL_Surface;
@@ -203,7 +202,7 @@ class ResourceManager
*/
ImageSet *getImageSet(const std::string &imagePath, int w, int h);
- SubImage *getSubImage(Image *parent, int x, int y, int width, int height);
+ Image *getSubImage(Image *parent, int x, int y, int width, int height);
/**
* Creates a sprite definition based on a given path and the supplied