From e1c44faec06fde873fd92d92e4867f07b0aabff0 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 11 Dec 2000 22:20:36 +0000 Subject: [PATCH] --- Utils/Scripter/myparser.cpp | 53 +++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Utils/Scripter/myparser.cpp diff --git a/Utils/Scripter/myparser.cpp b/Utils/Scripter/myparser.cpp new file mode 100644 index 000000000..a2d755da7 --- /dev/null +++ b/Utils/Scripter/myparser.cpp @@ -0,0 +1,53 @@ +/*========================================================================= + + myparser.cpp + + Author: PKG + Created: + Project: Spongebob + Purpose: + + Copyright (c) 2000 Climax Development Ltd + +===========================================================================*/ + + +/*---------------------------------------------------------------------- + Includes + -------- */ + +#include "myparser.h" + + +/* Std Lib + ------- */ + +/* Data + ---- */ + +/*---------------------------------------------------------------------- + Tyepdefs && Defines + ------------------- */ + +/*---------------------------------------------------------------------- + Structure defintions + -------------------- */ + +/*---------------------------------------------------------------------- + Function Prototypes + ------------------- */ + +/*---------------------------------------------------------------------- + Vars + ---- */ + +/*---------------------------------------------------------------------- + Function: + Purpose: + Params: + Returns: + ---------------------------------------------------------------------- */ + + +/*=========================================================================== + end */