projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5435667
)
Removed supertux.h (its useless).
author
Ricardo Cruz
<rick2@aeiou.pt>
Sun, 11 Apr 2004 19:12:00 +0000
(19:12 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Sun, 11 Apr 2004 19:12:00 +0000
(19:12 +0000)
global definitions go to defines.h
SVN-Revision: 490
src/supertux.h
[deleted file]
patch
|
blob
|
history
diff --git
a/src/supertux.h
b/src/supertux.h
deleted file mode 100644
(file)
index
1c498f5
..0000000
--- a/
src/supertux.h
+++ /dev/null
@@
-1,17
+0,0 @@
-#ifndef SUPERTUX_SUPERTUX_H
-#define SUPERTUX_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"
-
-#endif /*SUPERTUX_SUPERTUX_H*/