From 091c8f2ada70bf82385fb0fafc01f768253e7575 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 11 Dec 2000 20:54:12 +0000 Subject: [PATCH] --- Utils/Scripter/pfile.cpp | 53 ++++++++++++++++++++++++++++++++++++++++ Utils/Scripter/pfile.h | 45 ++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 Utils/Scripter/pfile.cpp create mode 100644 Utils/Scripter/pfile.h diff --git a/Utils/Scripter/pfile.cpp b/Utils/Scripter/pfile.cpp new file mode 100644 index 000000000..4fabfdba6 --- /dev/null +++ b/Utils/Scripter/pfile.cpp @@ -0,0 +1,53 @@ +/*========================================================================= + + pfile.cpp + + Author: PKG + Created: + Project: Spongebob + Purpose: + + Copyright (c) 2000 Climax Development Ltd + +===========================================================================*/ + + +/*---------------------------------------------------------------------- + Includes + -------- */ + +#include "pfile.h" + + +/* Std Lib + ------- */ + +/* Data + ---- */ + +/*---------------------------------------------------------------------- + Tyepdefs && Defines + ------------------- */ + +/*---------------------------------------------------------------------- + Structure defintions + -------------------- */ + +/*---------------------------------------------------------------------- + Function Prototypes + ------------------- */ + +/*---------------------------------------------------------------------- + Vars + ---- */ + +/*---------------------------------------------------------------------- + Function: + Purpose: + Params: + Returns: + ---------------------------------------------------------------------- */ + + +/*=========================================================================== + end */ diff --git a/Utils/Scripter/pfile.h b/Utils/Scripter/pfile.h new file mode 100644 index 000000000..43469985e --- /dev/null +++ b/Utils/Scripter/pfile.h @@ -0,0 +1,45 @@ +/*========================================================================= + + pfile.h + + Author: PKG + Created: + Project: Spongebob + Purpose: + + Copyright (c) 2000 Climax Development Ltd + +===========================================================================*/ + +#ifndef __PFILE_H__ +#define __PFILE_H__ + +/*---------------------------------------------------------------------- + Includes + -------- */ + +/* Std Lib + ------- */ + +/*---------------------------------------------------------------------- + Tyepdefs && Defines + ------------------- */ + +/*---------------------------------------------------------------------- + Structure defintions + -------------------- */ + +/*---------------------------------------------------------------------- + Globals + ------- */ + +/*---------------------------------------------------------------------- + Functions + --------- */ + +/*---------------------------------------------------------------------- */ + +#endif /* __PFILE_H__ */ + +/*=========================================================================== + end */