From: Tobias Gläßer Date: Sat, 27 Dec 2003 12:34:02 +0000 (+0000) Subject: remove X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=2a22cdac3ca5c5e27dd8afa4be25bbc7266d9b84;p=supertux.git remove SVN-Revision: 50 --- diff --git a/src/enemy.h b/src/enemy.h deleted file mode 100644 index 58b2b0c4d..000000000 --- a/src/enemy.h +++ /dev/null @@ -1,33 +0,0 @@ -// -// C++ Interface: enemy -// -// Description: -// -// -// Author: Tobias Glaesser (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;