This commit is contained in:
parent
6ec59f5ff7
commit
6c1bb7ecec
5 changed files with 142 additions and 34 deletions
|
@ -18,13 +18,21 @@
|
|||
#include "platform\platform.h"
|
||||
#endif
|
||||
|
||||
#ifndef __ENEMY_NCLAM_H__
|
||||
#include "enemy\nclam.h"
|
||||
#endif
|
||||
|
||||
class CNpcClamPlatform : public CNpcPlatform
|
||||
{
|
||||
public:
|
||||
void postInit();
|
||||
void render();
|
||||
CRECT const *getThinkBBox() {return( CThing::getThinkBBox() );}
|
||||
//void setBBox();
|
||||
void setClam( CNpcStaticClamEnemy *newClam) {m_clam=newClam;}
|
||||
protected:
|
||||
void collidedWith(CThing *_thisThing);
|
||||
|
||||
CNpcStaticClamEnemy *m_clam;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue