This commit is contained in:
parent
b3acc052ed
commit
14289f447b
1 changed files with 11 additions and 0 deletions
|
@ -107,6 +107,17 @@ struct sQuad
|
||||||
//***************************************************************************
|
//***************************************************************************
|
||||||
//*** Game Types and Headers ************************************************
|
//*** Game Types and Headers ************************************************
|
||||||
//***************************************************************************
|
//***************************************************************************
|
||||||
|
// Level Info
|
||||||
|
struct sLevelInfo
|
||||||
|
{
|
||||||
|
u32 MaxPakSize;
|
||||||
|
u32 MaxLvlSize;
|
||||||
|
u16 ActorCount;
|
||||||
|
u16 Pad;
|
||||||
|
// u16 ActorTypeList.....
|
||||||
|
};
|
||||||
|
|
||||||
|
//---------------------------------------------------------------------------
|
||||||
// Maps
|
// Maps
|
||||||
typedef u16 sTileMapElem; // Tile or Tri Start
|
typedef u16 sTileMapElem; // Tile or Tri Start
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue