This commit is contained in:
Charles 2001-04-20 12:57:04 +00:00
parent c883f77f1c
commit 465d8dc235

23
source/enemy/nffolk.h Normal file
View File

@ -0,0 +1,23 @@
/*=========================================================================
nffolk.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2000 Climax Development Ltd
===========================================================================*/
#ifndef __ENEMY_NFFOLK_H__
#define __ENEMY_NFFOLK_H__
class CNpcFishFolk : public CNpcEnemy
{
protected:
virtual void processMovementModifier( int _frames, s32 distX, s32 distY, s32 dist, s16 headingChange );
};
#endif