- added debug grid. type 'grid' in-game to toggle
[supertux.git] / lib / app / setup.h
index 9d05267..f48a4ab 100644 (file)
@@ -23,7 +23,6 @@
 #include <vector>
 #include <set>
 #include <string>
-#include "../gui/menu.h"
 
 namespace SuperTux {
 
@@ -41,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();