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 */