added fonts - works with sdl version
[winnie] / src / pixmap.h
index 02a848b..9e5d5fb 100644 (file)
@@ -4,11 +4,10 @@
 #include "geom.h"
 
 class Pixmap {
-private:
+public:
        int width, height;
        unsigned char *pixels;
 
-public:
        Pixmap();
        ~Pixmap();