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