SBSPSS/source/enemy/nffolk.h

25 lines
513 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:
2001-07-04 00:17:20 +02:00
void postInit();
2001-04-20 14:57:04 +02:00
protected:
2001-07-04 16:26:36 +02:00
void processMovementModifier( int _frames, s32 distX, s32 distY, s32 dist, s16 headingChange );
2001-04-20 14:57:04 +02:00
};
#endif