SBSPSS/source/enemy/nsstomp.h
Charles 7478d3483b
2001-07-04 14:26:36 +00:00

28 lines
585 B
C++

/*=========================================================================
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:
void postInit();
protected:
void processEnemyCollision( CThing *thisThing );
bool processSensor();
void processClose( int _frames );
void collidedWith(CThing *_thisThing);
};
#endif