added missing time calculation to slopes
[supertux.git] / lib / app / setup.h
index 3acca6c..f48a4ab 100644 (file)
@@ -23,8 +23,6 @@
 #include <vector>
 #include <set>
 #include <string>
-#include "../gui/menu.h"
-#include "../special/base.h"
 
 namespace SuperTux {
 
@@ -42,7 +40,7 @@ struct FileSystem
 /// All you need to get an application up and running
 struct Setup
   {
-    static void info(const std::string& _package_name, const std::string& _package_symbol_name, const std::string& _package_version);
+    static void init(const std::string& _package_name, const std::string& _package_symbol_name, const std::string& _package_version);
     static void directories(void);
     static void general(void);
     static void general_free();