SBSPSS/source/friend/fsquid.h
Charles 8c2034cd84
2001-05-01 19:36:24 +00:00

27 lines
491 B
C++

/*=========================================================================
fsquid.cpp
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2000 Climax Development Ltd
===========================================================================*/
#ifndef __FRIEND_FSQUID_H__
#define __FRIEND_FSQUID_H__
#ifndef __FRIEND_FRIEND_H__
#include "friend\friend.h"
#endif
class CNpcSquidwardFriend : public CNpcFriend
{
public:
virtual void think(int _frames);
};
#endif