summaryrefslogtreecommitdiff
path: root/src/resources/image.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-11-01 20:08:13 +0300
committerAndrei Karas <akaras@inbox.ru>2013-11-01 21:33:37 +0300
commite9ddc70c0202c04535c83753bad2d01a92527b15 (patch)
treea947fbd72c685de8123a8ba0c9c6596a09f161b6 /src/resources/image.h
parent93c9e4f6c0a4f4a4ecc78a6b540984937bbb195f (diff)
downloadplus-e9ddc70c0202c04535c83753bad2d01a92527b15.tar.gz
plus-e9ddc70c0202c04535c83753bad2d01a92527b15.tar.bz2
plus-e9ddc70c0202c04535c83753bad2d01a92527b15.tar.xz
plus-e9ddc70c0202c04535c83753bad2d01a92527b15.zip
add dyecmd tool into automake.
Diffstat (limited to 'src/resources/image.h')
-rw-r--r--src/resources/image.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/image.h b/src/resources/image.h
index e4e41b914..ee7191728 100644
--- a/src/resources/image.h
+++ b/src/resources/image.h
@@ -186,6 +186,9 @@ class Image : public Resource
void setAlphaCalculated(const bool b)
{ mIsAlphaCalculated = b; }
+ SDL_Surface* getSDLSurface()
+ { return mSDLSurface; }
+
SDL_Rect mBounds;
protected: