This commit is contained in:
Daveo 2001-01-15 15:22:33 +00:00
parent df0a744556
commit 80b14c0704
10 changed files with 71 additions and 64 deletions

View file

@ -5,6 +5,7 @@
#ifndef __LAYER_TILE_H__
#define __LAYER_TILE_H__
#include "gfx\prim.h"
/*****************************************************************************/
struct sPrimGridElem
@ -20,6 +21,9 @@ struct sPrimGridElem3d : public sPrimGridElem
u16 Flags;
};
/*****************************************************************************/
const s32 LayerOT=MAX_OT-1;
/*****************************************************************************/
class CLayerTile
{