projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e44b47
)
remove
author
Tobias Gläßer
<tobi.web@gmx.de>
Sat, 27 Dec 2003 12:34:02 +0000
(12:34 +0000)
committer
Tobias Gläßer
<tobi.web@gmx.de>
Sat, 27 Dec 2003 12:34:02 +0000
(12:34 +0000)
SVN-Revision: 50
src/enemy.h
[deleted file]
patch
|
blob
|
history
diff --git
a/src/enemy.h
b/src/enemy.h
deleted file mode 100644
(file)
index
58b2b0c
..0000000
--- a/
src/enemy.h
+++ /dev/null
@@
-1,33
+0,0 @@
-//
-// C++ Interface: enemy
-//
-// Description:
-//
-//
-// Author: Tobias Glaesser <tobi.web@gmx.de> (C) 2003
-//
-// Copyright: See COPYING file that comes with this distribution
-//
-//
-
-
-/* Types: */
-
-
-
-typedef struct bad_guy_type
- {
- int alive;
- int mode;
- int dying;
- int timer;
- int kind;
- int seen;
- int dir;
- int x;
- int y;
- int xm;
- int ym;
- unsigned int time_updated;
- }
-bad_guy_type;