This commit is contained in:
parent
0c8993ae65
commit
d9482cb7a5
1 changed files with 26 additions and 0 deletions
26
source/enemy/nsstomp.h
Normal file
26
source/enemy/nsstomp.h
Normal file
|
@ -0,0 +1,26 @@
|
|||
/*=========================================================================
|
||||
|
||||
nsstomp.h
|
||||
|
||||
Author: CRB
|
||||
Created:
|
||||
Project: Spongebob
|
||||
Purpose:
|
||||
|
||||
Copyright (c) 2000 Climax Development Ltd
|
||||
|
||||
===========================================================================*/
|
||||
|
||||
#ifndef __ENEMY_NSSTOMP_H__
|
||||
#define __ENEMY_NSSTOMP_H__
|
||||
|
||||
class CNpcSkullStomperEnemy : public CNpcEnemy
|
||||
{
|
||||
public:
|
||||
virtual void postInit();
|
||||
protected:
|
||||
virtual bool processSensor();
|
||||
virtual void processClose( int _frames );
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue