This commit is contained in:
parent
7855e6d880
commit
194af8128e
13 changed files with 290 additions and 69 deletions
|
@ -19,6 +19,9 @@ public:
|
|||
LAYER_TILE_SUBTYPE_MAX
|
||||
};
|
||||
|
||||
CLayerTile(sLayerHdr *Hdr,sTile *_TileList,sTri *_TriList,sQuad *_QuadList,sVtx *_VtxList);
|
||||
~CLayerTile();
|
||||
|
||||
static int GetLayerType(int SubType);
|
||||
|
||||
void init();
|
||||
|
@ -27,6 +30,11 @@ static int GetLayerType(int SubType);
|
|||
void think(int _frames);
|
||||
|
||||
private:
|
||||
sTile *TileList;
|
||||
sTri *TriList;
|
||||
sQuad *QuadList;
|
||||
sVtx *VtxList;
|
||||
sTileMapElem *Map;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue