SBSPSS/source/enemy/nmine.h

22 lines
372 B
C
Raw Normal View History

2001-04-21 18:49:56 +02:00
/*=========================================================================
nmine.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __ENEMY_NMINE_H__
#define __ENEMY_NMINE_H__
class CNpcMineEnemy : public CNpcEnemy
{
};
#endif