SBSPSS/source/platform/plurve.h

27 lines
488 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-06-12 15:45:45 +02:00
#ifndef __PLATFORM_PCART_H__
#include "platform\pcart.h"
2001-06-06 16:37:01 +02:00
#endif
2001-06-12 15:45:45 +02:00
class CNpcLoveBoatPlatform : public CNpcCartPlatform
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