SBSPSS/source/friend/fkrusty.h
Charles 7478d3483b
2001-07-04 14:26:36 +00:00

31 lines
552 B
C++

/*=========================================================================
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
{
public:
void postInit();
protected:
void startConderversation();
FileEquate m_conversation;
};
#endif