Use more RAII in initialisation code
[supertux.git] / src / supertux / main.hpp
index c8b321e..7a2185f 100644 (file)
@@ -27,12 +27,11 @@ class Main
 {
 private:
   void init_config();
-  void init_physfs(const char* argv0);
-  void init_rand();
-  void init_sdl();
   void init_tinygettext();
   void init_video();
 
+  void launch_game();
+
 public:
   /** We call it run() instead of main() as main collides with
       #define main SDL_main from SDL.h */