This commit is contained in:
parent
8bbd44bdec
commit
626050ab77
1 changed files with 25 additions and 0 deletions
25
source/platform/pretract.h
Normal file
25
source/platform/pretract.h
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue