This commit is contained in:
parent
dc4fa7f1a6
commit
019855dba0
2 changed files with 27 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue