- added draw_part()
[supertux.git] / src / button.h
index 53dc828..69af7f3 100644 (file)
@@ -42,9 +42,9 @@ class Button
     }
 
   private:
-    static timer_type popup_timer;
-    texture_type icon;
-    texture_type* bkgd;
+    static Timer popup_timer;
+    Surface* icon;
+    Surface* bkgd;
     std::string info;
     SDLKey shortcut;
     SDL_Rect rect;