- Refactored worldmap a bit to reuse GameObject from the rest of the game
[supertux.git] / src / video / surface.h
index 55f6ed0..b7adb5f 100644 (file)
@@ -95,8 +95,8 @@ public:
 class Surface
 {
 public:
-  SurfaceData data;
   SurfaceImpl* impl;
+  SurfaceData data;
   int w;
   int h;