Minor refactor

This commit is contained in:
Joshua Granick
2014-07-08 11:56:25 -07:00
parent 7df1416127
commit 84fbffa923
15 changed files with 178 additions and 158 deletions

View File

@@ -4,14 +4,15 @@
namespace lime {
class ImageData;
class Image;
class PNG {
public:
static bool Decode (const char *path, ImageData *imageData);
static bool Decode (const char *path, Image *image);
};