From 33861a342e6c28e4e5919d35356afc52b5dd1f51 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 19 Apr 2001 20:32:09 +0000 Subject: [PATCH] --- source/gfx/otpos.h | 52 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 source/gfx/otpos.h diff --git a/source/gfx/otpos.h b/source/gfx/otpos.h new file mode 100644 index 000000000..be7c241be --- /dev/null +++ b/source/gfx/otpos.h @@ -0,0 +1,52 @@ +/*========================================================================= + + otpos.h + + Author: PKG + Created: + Project: Spongebob + Purpose: + + Copyright (c) 2001 Climax Development Ltd + +===========================================================================*/ + +#ifndef __GFX_OTPOS_H__ +#define __GFX_OTPOS_H__ + +/*---------------------------------------------------------------------- + Includes + -------- */ + +/* Std Lib + ------- */ + +/*---------------------------------------------------------------------- + Tyepdefs && Defines + ------------------- */ + +enum +{ + OTPOS__ACTOR_POS=10, + OTPOS__DEBUG_INFO=1, +}; + + +/*---------------------------------------------------------------------- + Structure defintions + -------------------- */ + +/*---------------------------------------------------------------------- + Globals + ------- */ + +/*---------------------------------------------------------------------- + Functions + --------- */ + +/*---------------------------------------------------------------------- */ + +#endif /* __GFX_OTPOS_H__ */ + +/*=========================================================================== + end */