This commit is contained in:
Daveo 2001-08-04 21:06:19 +00:00
parent ff13d67687
commit 80a6c35255
4 changed files with 21 additions and 1 deletions

View file

@ -151,7 +151,8 @@ virtual void render();
u8 isSetToShutdown() {return( m_isShuttingDown);}
virtual int dontKillDuringLevelRespawn() {return false;}
void calcRenderPos(DVECTOR const &Pos,DVECTOR &renderPos);
bool isOnScreen(DVECTOR Pos);
// Linkage
void addChild(CThing *Child);
void removeChild(CThing *Child);