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