From 14289f447b5a14b1ced23e9938db4241f770df3b Mon Sep 17 00:00:00 2001 From: Daveo Date: Tue, 3 Apr 2001 21:38:31 +0000 Subject: [PATCH] --- tools/Data/include/dstructs.h | 11 +++++++++++ 1 file changed, 11 insertions(+) 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