projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b28479
)
Included supertux.h stuff into it.
author
Ricardo Cruz
<rick2@aeiou.pt>
Sun, 11 Apr 2004 19:10:41 +0000
(19:10 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Sun, 11 Apr 2004 19:10:41 +0000
(19:10 +0000)
SVN-Revision: 489
src/supertux.cpp
patch
|
blob
|
history
diff --git
a/src/supertux.cpp
b/src/supertux.cpp
index
79638a0
..
7f0e624
100644
(file)
--- a/
src/supertux.cpp
+++ b/
src/supertux.cpp
@@
-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[])