Added Image:getData, returns the original ImageData (or CompressedData) used to create the image

This commit is contained in:
Alex Szpakowski
2013-06-17 13:43:40 -03:00
parent 76618f0328
commit cd97e9ec05
5 changed files with 41 additions and 3 deletions
+2 -1
View File
@@ -74,7 +74,8 @@ public:
const vertex *getVertices() const;
love::image::ImageData *getData() const;
love::image::ImageData *getImageData() const;
love::image::CompressedData *getCompressedData() const;
/**
* @copydoc Drawable::draw()