This commit is contained in:
parent
5c2faa793b
commit
02eafd0a46
15 changed files with 160 additions and 273 deletions
25
source/friend/fsquid.h
Normal file
25
source/friend/fsquid.h
Normal file
|
@ -0,0 +1,25 @@
|
|||
/*=========================================================================
|
||||
|
||||
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
|
||||
{
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue