diff --git a/users/paul/blank.cpp b/users/paul/blank.cpp new file mode 100644 index 000000000..86138d054 --- /dev/null +++ b/users/paul/blank.cpp @@ -0,0 +1,50 @@ +/*========================================================================= + + .cpp + + Author: PKG + Created: + Project: Spongebob + Purpose: + + Copyright (c) 2000 Climax Development Ltd + +===========================================================================*/ + + +/*---------------------------------------------------------------------- + Includes + -------- */ + +/* Std Lib + ------- */ + +/* Data + ---- */ + +/*---------------------------------------------------------------------- + Tyepdefs && Defines + ------------------- */ + +/*---------------------------------------------------------------------- + Structure defintions + -------------------- */ + +/*---------------------------------------------------------------------- + Function Prototypes + ------------------- */ + +/*---------------------------------------------------------------------- + Vars + ---- */ + +/*---------------------------------------------------------------------- + Function: + Purpose: + Params: + Returns: + ---------------------------------------------------------------------- */ + + +/*=========================================================================== + end */ \ No newline at end of file diff --git a/users/paul/blank.h b/users/paul/blank.h new file mode 100644 index 000000000..85367fe7d --- /dev/null +++ b/users/paul/blank.h @@ -0,0 +1,45 @@ +/*========================================================================= + + .h + + Author: PKG + Created: + Project: Spongebob + Purpose: + + Copyright (c) 2000 Climax Development Ltd + +===========================================================================*/ + +#ifndef __ _ _H__ +#define _ + +/*---------------------------------------------------------------------- + Includes + -------- */ + +/* Std Lib + ------- */ + +/*---------------------------------------------------------------------- + Tyepdefs && Defines + ------------------- */ + +/*---------------------------------------------------------------------- + Structure defintions + -------------------- */ + +/*---------------------------------------------------------------------- + Globals + ------- */ + +/*---------------------------------------------------------------------- + Functions + --------- */ + +/*---------------------------------------------------------------------- */ + +#endif /* _ */ + +/*=========================================================================== + end */