From 626050ab771f974fcf50b0f15e537a85ddd7fec4 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 23 Apr 2001 18:35:33 +0000 Subject: [PATCH] --- source/platform/pretract.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 source/platform/pretract.h diff --git a/source/platform/pretract.h b/source/platform/pretract.h new file mode 100644 index 000000000..2f29b81fc --- /dev/null +++ b/source/platform/pretract.h @@ -0,0 +1,25 @@ +/*========================================================================= + + pretract.h + + Author: CRB + Created: + Project: Spongebob + Purpose: + + Copyright (c) 2001 Climax Development Ltd + +===========================================================================*/ + +#ifndef __PLATFORM_PRETRACT_H__ +#define __PLATFORM_PRETRACT_H__ + +#ifndef __PLATFORM_PLATFORM_H__ +#include "platform\platform.h" +#endif + +class CNpcRetractingPlatform : public CNpcPlatform +{ +}; + +#endif \ No newline at end of file