This commit is contained in:
Charles 2001-05-23 13:15:58 +00:00
parent a04d0b85f1
commit a4216db705
2 changed files with 57 additions and 0 deletions

View file

@ -0,0 +1,27 @@
/*=========================================================================
pfishhk3.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __PLATFORM_PFISHHK3_H__
#define __PLATFORM_PFISHHK3_H__
#ifndef __PLATFORM_PFISHHK_H__
#include "platform\pfishhk.h"
#endif
class CNpcFishHook3Platform : public CNpcFishHookPlatform
{
public:
virtual void postInit();
};
#endif