- converted text_type into a class
[supertux.git] / src / gameobjs.h
index 87ab2be..12fafaf 100644 (file)
@@ -39,7 +39,7 @@ class BouncyDistro
   void draw(); 
 };
 
-extern texture_type img_distro[4];
+extern Surface* img_distro[4];
 
 #define BOUNCY_BRICK_MAX_OFFSET 8
 #define BOUNCY_BRICK_SPEED 0.9
@@ -87,4 +87,4 @@ class FloatingScore
 
 /* Local Variables: */
 /* mode:c++ */
-/* End */
+/* End: */