This commit is contained in:
parent
31431f1d6e
commit
5c1f9c0ffe
2 changed files with 136 additions and 0 deletions
27
source/enemy/nsj2back.h
Normal file
27
source/enemy/nsj2back.h
Normal file
|
@ -0,0 +1,27 @@
|
|||
/*=========================================================================
|
||||
|
||||
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:
|
||||
virtual void render();
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue