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

27 lines
488 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_PCART_H__
#include "platform\pcart.h"
#endif
class CNpcLoveBoatPlatform : public CNpcCartPlatform
{
public:
void postInit();
};
#endif