SBSPSS/source/enemy/nsdart.h

25 lines
459 B
C
Raw Normal View History

2001-04-21 18:38:15 +02:00
/*=========================================================================
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