This commit is contained in:
parent
e1d8373629
commit
e6c46bcc9e
2 changed files with 118 additions and 0 deletions
32
source/friend/fplnkton.h
Normal file
32
source/friend/fplnkton.h
Normal file
|
@ -0,0 +1,32 @@
|
|||
/*=========================================================================
|
||||
|
||||
fplnkton.cpp
|
||||
|
||||
Author: CRB
|
||||
Created:
|
||||
Project: Spongebob
|
||||
Purpose:
|
||||
|
||||
Copyright (c) 2000 Climax Development Ltd
|
||||
|
||||
===========================================================================*/
|
||||
|
||||
#ifndef __FRIEND_FPLNKTON_H__
|
||||
#define __FRIEND_FPLNKTON_H__
|
||||
|
||||
#ifndef __FRIEND_FRIEND_H__
|
||||
#include "friend\friend.h"
|
||||
#endif
|
||||
|
||||
class CNpcPlanktonFriend : public CNpcFriend
|
||||
{
|
||||
public:
|
||||
virtual void init();
|
||||
virtual void render();
|
||||
virtual void think(int _frames);
|
||||
virtual void shutdown();
|
||||
protected:
|
||||
SpriteBank *m_spriteBank;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue