This commit is contained in:
parent
10541233ce
commit
2b235407d7
27
source/friend/fgary.h
Normal file
27
source/friend/fgary.h
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
/*=========================================================================
|
||||||
|
|
||||||
|
fgary.cpp
|
||||||
|
|
||||||
|
Author: CRB
|
||||||
|
Created:
|
||||||
|
Project: Spongebob
|
||||||
|
Purpose:
|
||||||
|
|
||||||
|
Copyright (c) 2000 Climax Development Ltd
|
||||||
|
|
||||||
|
===========================================================================*/
|
||||||
|
|
||||||
|
#ifndef __FRIEND_FGARY_H__
|
||||||
|
#define __FRIEND_FGARY_H__
|
||||||
|
|
||||||
|
#ifndef __FRIEND_FRIEND_H__
|
||||||
|
#include "friend\friend.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
class CNpcGaryFriend : public CNpcFriend
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
virtual void think( int _frames );
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user