SBSPSS/source/enemy/npbug.h

22 lines
378 B
C
Raw Normal View History

2001-04-21 18:45:40 +02:00
/*=========================================================================
npbug.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __ENEMY_NPBUG_H__
#define __ENEMY_NPBUG_H__
class CNpcPricklyBugEnemy : public CNpcEnemy
{
};
#endif