This commit is contained in:
Charles 2001-04-07 19:52:45 +00:00
parent 5901bd4aba
commit 864f9af76b
3 changed files with 54 additions and 0 deletions

View file

@ -149,6 +149,7 @@ public:
void setRespawnPos(DVECTOR _respawn) {m_respawnPos=_respawn;}
int getHeightFromGround(int _x,int _y,int _maxHeight=32);
int getHeightFromGroundNoPlatform(int _x,int _y,int _maxHeight=32);
void addHealth(int _health);
void addLife();