This commit is contained in:
Charles 2001-05-01 19:36:24 +00:00
parent cbf112d17b
commit 8c2034cd84
5 changed files with 42 additions and 6 deletions

View file

@ -20,6 +20,8 @@
class CNpcSquidwardFriend : public CNpcFriend
{
public:
virtual void think(int _frames);
};
#endif