This commit is contained in:
Charles 2001-04-27 19:20:16 +00:00
parent bccca24dfc
commit 2c476ab03f
5 changed files with 125 additions and 0 deletions

25
source/friend/fpatrick.h Normal file
View file

@ -0,0 +1,25 @@
/*=========================================================================
fpatrick.cpp
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2000 Climax Development Ltd
===========================================================================*/
#ifndef __FRIEND_FPATRICK_H__
#define __FRIEND_FPATRICK_H__
#ifndef __FRIEND_FRIEND_H__
#include "friend\friend.h"
#endif
class CNpcPatrickFriend : public CNpcFriend
{
};
#endif