This commit is contained in:
parent
df0a744556
commit
80b14c0704
10 changed files with 71 additions and 64 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue