New sound effects
[supertux.git] / src / main.cpp
index 09924a9..97a4872 100644 (file)
@@ -1,5 +1,5 @@
 //  SuperTux
-//  Copyright (C) 2009 Ingo Ruhnke <grumbel@gmx.de>
+//  Copyright (C) 2009 Ingo Ruhnke <grumbel@gmail.com>
 //
 //  This program is free software: you can redistribute it and/or modify
 //  it under the terms of the GNU General Public License as published by
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "SDL.h"
+
 #include "supertux/main.hpp"
 
 int main(int argc, char** argv)
 {
-  return supertux_main(argc, argv);
+  return Main().run(argc, argv);
 }
 
 /* EOF */