This commit is contained in:
parent
c883f77f1c
commit
465d8dc235
1 changed files with 23 additions and 0 deletions
23
source/enemy/nffolk.h
Normal file
23
source/enemy/nffolk.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue