From 5e9f391bbacb2066f7d4287978e37d72a6ee9d5d Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 23 Apr 2001 19:04:06 +0000 Subject: [PATCH] --- source/platform/pplayer.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 source/platform/pplayer.h diff --git a/source/platform/pplayer.h b/source/platform/pplayer.h new file mode 100644 index 000000000..6845c7bc3 --- /dev/null +++ b/source/platform/pplayer.h @@ -0,0 +1,25 @@ +/*========================================================================= + + pplayer.h + + Author: CRB + Created: + Project: Spongebob + Purpose: + + Copyright (c) 2001 Climax Development Ltd + +===========================================================================*/ + +#ifndef __PLATFORM_PPLAYER_H__ +#define __PLATFORM_PPLAYER_H__ + +#ifndef __PLATFORM_PLATFORM_H__ +#include "platform\platform.h" +#endif + +class CNpcPlayerBubblePlatform : public CNpcPlatform +{ +}; + +#endif \ No newline at end of file