This commit is contained in:
parent
c883f77f1c
commit
465d8dc235
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…
Reference in New Issue
Block a user