SBSPSS/source/platform/plurve.h

27 lines
496 B
C
Raw Normal View History

2001-06-06 16:37:01 +02:00
/*=========================================================================
plurve.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __PLATFORM_PLURVE_H__
#define __PLATFORM_PLURVE_H__
2001-07-20 16:49:04 +02:00
#ifndef __PLATFORM_PGHOST_H__
#include "platform\pghost.h"
2001-06-06 16:37:01 +02:00
#endif
2001-07-20 16:49:04 +02:00
class CNpcLoveBoatPlatform : public CNpcGhostTrainPlatform
2001-06-06 16:37:01 +02:00
{
public:
2001-07-04 00:17:20 +02:00
void postInit();
2001-06-06 16:37:01 +02:00
};
#endif