SBSPSS/source/enemy/nffolk.h

25 lines
525 B
C
Raw Normal View History

2001-04-20 14:57:04 +02:00
/*=========================================================================
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
{
2001-04-20 22:22:16 +02:00
public:
virtual void postInit();
2001-04-20 14:57:04 +02:00
protected:
virtual void processMovementModifier( int _frames, s32 distX, s32 distY, s32 dist, s16 headingChange );
};
#endif