SBSPSS/source/gfx/otpos.h
2001-07-20 16:17:26 +00:00

55 lines
1.1 KiB
C

/*=========================================================================
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__DEBUG_INFO=0,
OTPOS__INGAME_UI=0,
OTPOS__ACTOR_POS=5,
OTPOS__PICKUP_POS=OTPOS__ACTOR_POS,
};
/*----------------------------------------------------------------------
Structure defintions
-------------------- */
/*----------------------------------------------------------------------
Globals
------- */
/*----------------------------------------------------------------------
Functions
--------- */
/*---------------------------------------------------------------------- */
#endif /* __GFX_OTPOS_H__ */
/*===========================================================================
end */