This commit is contained in:
Charles 2001-04-19 22:09:59 +00:00
parent 796aeddca7
commit bc760c2dd3
15 changed files with 447 additions and 367 deletions

View file

@ -1,6 +1,6 @@
/*=========================================================================
nsjfish.cpp
nsjfish.h
Author: CRB
Created:
@ -12,6 +12,7 @@
===========================================================================*/
#ifndef __ENEMY_NSJFISH_H__
#define __ENEMY_NSJFISH_H__
#ifndef __ENEMY_NPC_H__
#include "enemy\npc.h"
@ -20,6 +21,7 @@
class CNpcSmallJellyfishEnemy : public CNpcEnemy
{
public:
void render();
protected:
virtual bool processSensor();
virtual void processClose( int _frames );