remove
authorTobias Gläßer <tobi.web@gmx.de>
Sat, 27 Dec 2003 12:34:02 +0000 (12:34 +0000)
committerTobias 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]

diff --git a/src/enemy.h b/src/enemy.h
deleted file mode 100644 (file)
index 58b2b0c..0000000
+++ /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;