Begin to stub in support for image data
This commit is contained in:
26
project/include/graphics/PNG.h
Normal file
26
project/include/graphics/PNG.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#ifndef LIME_GRAPHICS_PNG_H
|
||||
#define LIME_GRAPHICS_PNG_H
|
||||
|
||||
|
||||
#include <graphics/ImageData.h>
|
||||
#include <utils/ByteArray.h>
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
class PNG {
|
||||
|
||||
|
||||
public:
|
||||
|
||||
static void Decode (ByteArray bytes, value imageData);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user