This commit is contained in:
Charles 2001-05-22 20:10:02 +00:00
parent cd7e60ae81
commit 5f3c7770a4
4 changed files with 32 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();
virtual CRECT const *getThinkBBox();
protected:
virtual void setWaypoints( sThingPlatform *ThisPlatform );
virtual void processMovement( int _frames );