[Super-tux-commit] supertux/src supertux.cpp,1.9,1.10
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-04-11 19:24:23
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6185/src Modified Files: supertux.cpp Log Message: Included supertux.h stuff into it. Index: supertux.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/supertux.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- supertux.cpp 11 Apr 2004 17:04:03 -0000 1.9 +++ supertux.cpp 11 Apr 2004 19:10:41 -0000 1.10 @@ -10,7 +10,19 @@ April 11, 2000 - March 15, 2004 */ -#include "supertux.h" + +#include <sys/types.h> +#include <ctype.h> + +#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[]) |