This commit is contained in:
Daveo 2001-04-02 00:17:48 +00:00
parent 104167c0f8
commit 0f6c0117f2
4 changed files with 31 additions and 1 deletions

View file

@ -36,11 +36,18 @@ private:
TPAGE_DESC m_levelTPage;
// Tile Layers
CLayerTile *TileLayers[CLayerTile::LAYER_TILE_TYPE_MAX];
// Collision
CLayerCollision *CollisionLayer;
// Things
int ActorCount;
sThingActor **ActorList;
int ItemCount;
sThingItem *ItemList;
int PlatformCount;
sThingPlatform **PlatformList;
};
/*****************************************************************************/