SBSPSS/source/platform/pfishhk3.h
Charles b6e036bf51
2001-07-03 22:17:20 +00:00

27 lines
503 B
C++

/*=========================================================================
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:
void postInit();
};
#endif