X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmain.cpp;h=97a4872296c9ea80872d90c3d94b5971f09f932f;hb=1f5ff04e5283398473b4ac033258b17af0ed08f0;hp=09924a94c97b30f6b4550e87a395aeadda15402f;hpb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;p=supertux.git diff --git a/src/main.cpp b/src/main.cpp index 09924a94c..97a487229 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 Ingo Ruhnke // // 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 @@ -14,11 +14,13 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . +#include "SDL.h" + #include "supertux/main.hpp" int main(int argc, char** argv) { - return supertux_main(argc, argv); + return Main().run(argc, argv); } /* EOF */