diff --git a/tools/Data/include/dstructs.h b/tools/Data/include/dstructs.h index 7bd681234..dce867e55 100644 --- a/tools/Data/include/dstructs.h +++ b/tools/Data/include/dstructs.h @@ -107,6 +107,17 @@ struct sQuad //*************************************************************************** //*** Game Types and Headers ************************************************ //*************************************************************************** +// Level Info +struct sLevelInfo +{ + u32 MaxPakSize; + u32 MaxLvlSize; + u16 ActorCount; + u16 Pad; +// u16 ActorTypeList..... +}; + +//--------------------------------------------------------------------------- // Maps typedef u16 sTileMapElem; // Tile or Tri Start