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