25 lines
447 B
C
25 lines
447 B
C
|
/*=========================================================================
|
||
|
|
||
|
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
|