This commit is contained in:
Charles 2001-04-21 16:46:16 +00:00
parent 83082baba6
commit da79b4e0d6

21
source/enemy/nssnake.h Normal file
View file

@ -0,0 +1,21 @@
/*=========================================================================
nssnake.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __ENEMY_NSSNAKE_H__
#define __ENEMY_NSSNAKE_H__
class CNpcSeaSnakeEnemy : public CNpcEnemy
{
};
#endif