summaryrefslogtreecommitdiff
path: root/plugingui/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/image.h')
-rw-r--r--plugingui/image.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/image.h b/plugingui/image.h
index c509159..f931d43 100644
--- a/plugingui/image.h
+++ b/plugingui/image.h
@@ -31,6 +31,7 @@
#include <string>
#include "colour.h"
+#include "resource.h"
namespace GUI {
@@ -49,6 +50,8 @@ public:
unsigned int order;
private:
+ void load(const char* data, size_t size);
+
size_t w, h;
png_byte color_type;
png_byte bit_depth;