This commit is contained in:
Charles 2001-06-25 12:19:58 +00:00
parent 1590c05822
commit bfa96dcf14
2 changed files with 13 additions and 0 deletions

View file

@ -28,6 +28,7 @@ public:
void setLineBase( DVECTOR base ) {m_lineBase = base;}
DVECTOR getLineBase() {return( m_lineBase );}
virtual void render();
void setThinkArea( CRECT &newArea );
//virtual CRECT const *getThinkBBox();
protected:
virtual void setWaypoints( sThingPlatform *ThisPlatform );