SBSPSS/source/enemy/nsj2back.h

31 lines
591 B
C
Raw Permalink Normal View History

2001-05-10 23:13:40 +02:00
/*=========================================================================
nsj2back.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2000 Climax Development Ltd
===========================================================================*/
#ifndef __ENEMY_NSJ2BACK_H__
#define __ENEMY_NSJ2BACK_H__
#ifndef __ENEMY_NSJBACK_H__
#include "enemy\nsjback.h"
#endif
class CNpcSmallJellyfish2BackgroundEnemy : public CNpcSmallJellyfishBackgroundEnemy
{
public:
2001-07-04 00:17:20 +02:00
void postInit();
2001-07-04 16:26:36 +02:00
void render();
2001-05-16 16:11:52 +02:00
protected:
2001-07-04 16:26:36 +02:00
void collidedWith(CThing *_thisThing);
2001-05-10 23:13:40 +02:00
};
#endif