This commit is contained in:
Charles 2001-07-13 13:49:58 +00:00
parent dc4fa7f1a6
commit 019855dba0
2 changed files with 27 additions and 1 deletions

View file

@ -15,12 +15,14 @@ public:
/*virtual */void init(DVECTOR const &Pos);
/*virtual */void think(int Frames);
/*virtual */void render();
void shutdown();
void setHeight(int H) {TargetHeight=H;}
protected:
s16 TargetHeight,Height;
u16 currentFrame;
int SoundId;
};
#endif