This commit is contained in:
Daveo 2001-07-04 18:19:13 +00:00
parent 6f1def2d0a
commit e59981cf94
18 changed files with 139 additions and 87 deletions

View file

@ -31,11 +31,11 @@ public:
LIST_SIZE = 16
};
virtual void init(DVECTOR const &Pos);
virtual void think(int _frames);
virtual void render();
/*virtual */void init(DVECTOR const &Pos);
/*virtual */void think(int _frames);
/*virtual */void render();
virtual sList &moveHead();
/*virtual */sList &moveHead();
protected:
sList List[LIST_SIZE];