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/fbboy.h Normal file
View File

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

25
source/friend/fkrusty.h Normal file
View File

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

25
source/friend/fmman.h Normal file
View File

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

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

25
source/friend/fsandy.h Normal file
View File

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