]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Image.cc
refactoring needed for win32 crash
[chaz/yoink] / src / Moof / Image.cc
index 31d6b0287926e38e35f7fc51c58be55571cfdba5..ba177699bba31d0addf6918e64f32e2e634e245c 100644 (file)
@@ -32,6 +32,8 @@
 #include <SDL/SDL.h>
 #include <png.h>
 
+#include "Core.hh"
+#include "Error.hh"
 #include "Image.hh"
 #include "Library.hh"
 #include "Log.hh"
@@ -98,6 +100,8 @@ public:
 
 private:
 
+       Backend                 mBackend;
+
        bool init(const std::string& filePath, bool flipped)
        {
                logInfo("opening image file...");
This page took 0.018263 seconds and 4 git commands to generate.