X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmain.cpp;h=97a4872296c9ea80872d90c3d94b5971f09f932f;hb=e449041f97af574103b20cca6d45c06d71677a98;hp=44f7d12ab78211ffc6d0f3265d713d56b0f50f16;hpb=6469bdeda8d2e7ccae79f2682ef4efc441601c4b;p=supertux.git diff --git a/src/main.cpp b/src/main.cpp index 44f7d12ab..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,13 +14,13 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -#include +#include "SDL.h" #include "supertux/main.hpp" int main(int argc, char** argv) { - return Main().SDL_main(argc, argv); + return Main().run(argc, argv); } /* EOF */