SBSPSS/source/enemy/nmjback.h

28 lines
496 B
C
Raw Normal View History

2001-05-09 17:45:36 +02:00
/*=========================================================================
nmjback.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __ENEMY_NMJBACK_H__
#define __ENEMY_NMJBACK_H__
#ifndef __ENEMY_NPC_H__
#include "enemy\npc.h"
#endif
class CNpcMotherJellyfishBackground : public CNpcEnemy
{
public:
2001-07-04 00:17:20 +02:00
void postInit();
2001-05-09 17:45:36 +02:00
void render();
};
#endif