This commit is contained in:
parent
61bd3a4a45
commit
863fcefd7c
2 changed files with 79 additions and 0 deletions
24
source/enemy/nsdart.h
Normal file
24
source/enemy/nsdart.h
Normal file
|
@ -0,0 +1,24 @@
|
|||
/*=========================================================================
|
||||
|
||||
nsdart.h
|
||||
|
||||
Author: CRB
|
||||
Created:
|
||||
Project: Spongebob
|
||||
Purpose:
|
||||
|
||||
Copyright (c) 2001 Climax Development Ltd
|
||||
|
||||
===========================================================================*/
|
||||
|
||||
#ifndef __ENEMY_NSDART_H__
|
||||
#define __ENEMY_NSDART_H__
|
||||
|
||||
class CNpcSquidDartEnemy : public CNpcEnemy
|
||||
{
|
||||
public:
|
||||
void render();
|
||||
virtual int getFrameCount() {return( 4 );}
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue