- fixes image region tiling bug (by Matze)
[supertux.git] / lib / app / setup.h
index 29b58d2..f48a4ab 100644 (file)
@@ -40,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();