SBSPSS/source/platform/plurve.h
Charles bc64aafd86
2001-06-06 14:37:01 +00:00

27 lines
No EOL
494 B
C++

/*=========================================================================
plurve.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __PLATFORM_PLURVE_H__
#define __PLATFORM_PLURVE_H__
#ifndef __PLATFORM_PRAFT_H__
#include "platform\praft.h"
#endif
class CNpcLoveBoatPlatform : public CNpcRaftPlatform
{
public:
virtual void postInit();
};
#endif