From 2c476ab03f521ae415bef82424c13ea214dfcda0 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 27 Apr 2001 19:20:16 +0000 Subject: [PATCH] --- source/friend/fbboy.h | 25 +++++++++++++++++++++++++ source/friend/fkrusty.h | 25 +++++++++++++++++++++++++ source/friend/fmman.h | 25 +++++++++++++++++++++++++ source/friend/fpatrick.h | 25 +++++++++++++++++++++++++ source/friend/fsandy.h | 25 +++++++++++++++++++++++++ 5 files changed, 125 insertions(+) create mode 100644 source/friend/fbboy.h create mode 100644 source/friend/fkrusty.h create mode 100644 source/friend/fmman.h create mode 100644 source/friend/fpatrick.h create mode 100644 source/friend/fsandy.h diff --git a/source/friend/fbboy.h b/source/friend/fbboy.h new file mode 100644 index 000000000..b109a577d --- /dev/null +++ b/source/friend/fbboy.h @@ -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 \ No newline at end of file diff --git a/source/friend/fkrusty.h b/source/friend/fkrusty.h new file mode 100644 index 000000000..a2af10a05 --- /dev/null +++ b/source/friend/fkrusty.h @@ -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 \ No newline at end of file diff --git a/source/friend/fmman.h b/source/friend/fmman.h new file mode 100644 index 000000000..c1db4fa58 --- /dev/null +++ b/source/friend/fmman.h @@ -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 \ No newline at end of file diff --git a/source/friend/fpatrick.h b/source/friend/fpatrick.h new file mode 100644 index 000000000..2860b6979 --- /dev/null +++ b/source/friend/fpatrick.h @@ -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 \ No newline at end of file diff --git a/source/friend/fsandy.h b/source/friend/fsandy.h new file mode 100644 index 000000000..0daab63dd --- /dev/null +++ b/source/friend/fsandy.h @@ -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 \ No newline at end of file