Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / gui / button.h
index 65d0fe3..2b265b5 100644 (file)
@@ -23,8 +23,8 @@
 
 #include <vector>
 
-#include "video/surface.h"
-#include "special/timer.h"
+#include "../video/surface.h"
+#include "../special/timer.h"
 
 namespace SuperTux
   {
@@ -114,7 +114,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);