Tweaks.
[supertux.git] / lib / gui / button.h
index 65d0fe3..3ad9675 100644 (file)
@@ -23,8 +23,9 @@
 
 #include <vector>
 
-#include "video/surface.h"
-#include "special/timer.h"
+#include "../video/surface.h"
+#include "../video/font.h"
+#include "../special/timer.h"
 
 namespace SuperTux
   {
@@ -81,6 +82,8 @@ namespace SuperTux
       //  void set_drawable(Drawable* newdrawable)
       //  { drawable = newdrawable; }
 
+      static Font* info_font;
+      
     private:
       static Timer popup_timer;
       //  Drawable* drawable;
@@ -114,7 +117,7 @@ namespace SuperTux
       /// Dispatch button events.
       Button* event(SDL_Event &event);
       /// Add a button to the panel.
-      /** @Param tag: Can be used to identify a button. */
+      /** @param tag: Can be used to identify a button. */
       void additem(Button* pbutton, int tag);
       /// Set the default size of contained buttons.
       void set_button_size(int w, int h);