This commit is contained in:
parent
53ffdfd03b
commit
6ec5b21205
4 changed files with 231 additions and 1 deletions
|
@ -22,12 +22,14 @@ class CNpcPendulumPlatform : public CNpcPlatform
|
|||
{
|
||||
public:
|
||||
virtual void postInit();
|
||||
virtual void render();
|
||||
protected:
|
||||
virtual void setWaypoints( sThingPlatform *ThisPlatform );
|
||||
virtual void processMovement( int _frames );
|
||||
|
||||
s32 m_length;
|
||||
s32 m_maxExtension;
|
||||
DVECTOR m_lineBase;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue