* Fix main.cpp again
[supertux.git] / src / main.cpp
index 09924a9..44f7d12 100644 (file)
 //  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().SDL_main(argc, argv);
 }
 
 /* EOF */