#ifndef LIME_GRAPHICS_PNG_H #define LIME_GRAPHICS_PNG_H #include #include namespace lime { class PNG { public: static void Decode (ByteArray bytes, value imageData); }; } #endif