This commit is contained in:
parent
664e64804e
commit
95f981fee1
21
source/enemy/nmine.h
Normal file
21
source/enemy/nmine.h
Normal file
@ -0,0 +1,21 @@
|
||||
/*=========================================================================
|
||||
|
||||
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
|
Loading…
Reference in New Issue
Block a user