From 00e04dd6d0111955dc6c3c46c7f07d544a15cbfc Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 25 Mar 2001 20:49:18 +0000 Subject: [PATCH] --- source/player/pmchop.cpp | 52 +++++++++++++++++++++++++++++++++++ source/player/pmchop.h | 58 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 110 insertions(+) create mode 100644 source/player/pmchop.cpp create mode 100644 source/player/pmchop.h diff --git a/source/player/pmchop.cpp b/source/player/pmchop.cpp new file mode 100644 index 000000000..742e6b352 --- /dev/null +++ b/source/player/pmchop.cpp @@ -0,0 +1,52 @@ +/*========================================================================= + + pmchop.cpp + + Author: PKG + Created: + Project: Spongebob + Purpose: + + Copyright (c) 2001 Climax Development Ltd + +===========================================================================*/ + +/*---------------------------------------------------------------------- + Includes + -------- */ + +#include "player\pmchop.h" + + +/* Std Lib + ------- */ + +/* Data + ---- */ + +/*---------------------------------------------------------------------- + Tyepdefs && Defines + ------------------- */ + +/*---------------------------------------------------------------------- + Structure defintions + -------------------- */ + +/*---------------------------------------------------------------------- + Function Prototypes + ------------------- */ + +/*---------------------------------------------------------------------- + Vars + ---- */ + +/*---------------------------------------------------------------------- + Function: + Purpose: + Params: + Returns: + ---------------------------------------------------------------------- */ + + +/*=========================================================================== +end */ diff --git a/source/player/pmchop.h b/source/player/pmchop.h new file mode 100644 index 000000000..6cbde2784 --- /dev/null +++ b/source/player/pmchop.h @@ -0,0 +1,58 @@ +/*========================================================================= + + pmchop.h + + Author: PKG + Created: + Project: Spongebob + Purpose: + + Copyright (c) 2001 Climax Development Ltd + +===========================================================================*/ + +#ifndef __PLAYER_PMCHOP_H__ +#define __PLAYER_PMCHOP_H__ + +/*---------------------------------------------------------------------- + Includes + -------- */ + +#ifndef __PLAYER_PMODES_H__ +#include "player\pmodes.h" +#endif + + +/* Std Lib + ------- */ + +/*---------------------------------------------------------------------- + Tyepdefs && Defines + ------------------- */ + +/*---------------------------------------------------------------------- + Structure defintions + -------------------- */ + +class CPlayerModeChop : public CPlayerModeBase +{ +}; + + +/*---------------------------------------------------------------------- + Globals + ------- */ + +/*---------------------------------------------------------------------- + Functions + --------- */ + +/*---------------------------------------------------------------------- */ + +#endif /* __PLAYER_PMCHOP_H__ */ + +/*=========================================================================== + end */ + + +