X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmain.cpp;h=2b4bd2160a8967ddda644597617fae1faa95c8c0;hb=587bcdb7735169a9cd29d48736f79f26f7652150;hp=09924a94c97b30f6b4550e87a395aeadda15402f;hpb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;p=supertux.git diff --git a/src/main.cpp b/src/main.cpp index 09924a94c..2b4bd2160 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -14,11 +14,13 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . +#include + #include "supertux/main.hpp" int main(int argc, char** argv) { - return supertux_main(argc, argv); + return Main().run(argc, argv); } /* EOF */