SBSPSS/source/gfx/otpos.h

55 lines
1.1 KiB
C
Raw Normal View History

2001-04-19 22:32:09 +02:00
/*=========================================================================
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
{
2001-05-02 00:40:25 +02:00
OTPOS__DEBUG_INFO=0,
OTPOS__INGAME_UI=0,
2001-07-20 18:17:26 +02:00
OTPOS__ACTOR_POS=5,
2001-05-02 00:40:25 +02:00
OTPOS__PICKUP_POS=OTPOS__ACTOR_POS,
2001-04-19 22:32:09 +02:00
};
/*----------------------------------------------------------------------
Structure defintions
-------------------- */
/*----------------------------------------------------------------------
Globals
------- */
/*----------------------------------------------------------------------
Functions
--------- */
/*---------------------------------------------------------------------- */
#endif /* __GFX_OTPOS_H__ */
/*===========================================================================
end */