SBSPSS/source/platform/plurve.h
Charles da561824de
2001-07-20 14:49:04 +00:00

27 lines
496 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_PGHOST_H__
#include "platform\pghost.h"
#endif
class CNpcLoveBoatPlatform : public CNpcGhostTrainPlatform
{
public:
void postInit();
};
#endif