This commit is contained in:
parent
057cb931bb
commit
e5a2e9a6ed
21 changed files with 121 additions and 95 deletions
|
@ -221,6 +221,12 @@ struct sLayerShadeHdr
|
|||
sLayerShadeBackGfx *GfxList;
|
||||
};
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
struct sLayerRGBHdr
|
||||
{
|
||||
u32 RGBMap;
|
||||
u32 RGBTable;
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
struct sModel
|
||||
{
|
||||
|
@ -244,6 +250,7 @@ struct sLevelHdr
|
|||
u32 TriggerList;
|
||||
u32 FXList;
|
||||
u32 HazardList;
|
||||
u32 RGBLayer;
|
||||
|
||||
u16 PlayerStartX,PlayerStartY;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue