diff --git a/source/friend/fgary.h b/source/friend/fgary.h new file mode 100644 index 000000000..4ec036d98 --- /dev/null +++ b/source/friend/fgary.h @@ -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 \ No newline at end of file