From: Ricardo Cruz Date: Sun, 11 Apr 2004 19:10:41 +0000 (+0000) Subject: Included supertux.h stuff into it. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=5435667556267851ce72719e887d1413b1785672;p=supertux.git Included supertux.h stuff into it. SVN-Revision: 489 --- diff --git a/src/supertux.cpp b/src/supertux.cpp index 79638a037..7f0e624cb 100644 --- a/src/supertux.cpp +++ b/src/supertux.cpp @@ -10,7 +10,19 @@ April 11, 2000 - March 15, 2004 */ -#include "supertux.h" + +#include +#include + +#include "defines.h" +#include "globals.h" +#include "setup.h" +#include "intro.h" +#include "title.h" +#include "gameloop.h" +#include "leveleditor.h" +#include "screen.h" +#include "worldmap.h" #include "resources.h" int main(int argc, char * argv[])