SBSPSS/source/friend/fsandy.h
Charles 2c476ab03f
2001-04-27 19:20:16 +00:00

25 lines
444 B
C++

/*=========================================================================
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