#ifndef LIME_FORMAT_JPEG_H #define LIME_FORMAT_JPEG_H #include #include namespace lime { class JPEG { public: static bool Decode (Resource *resource, Image *image); }; } #endif