[Stream] Add pointer interface to the reader

This commit is contained in:
momo5502
2016-12-25 15:17:31 +01:00
parent bfe1c335af
commit b4fd5a11d1
3 changed files with 31 additions and 2 deletions

View File

@ -2948,8 +2948,8 @@ namespace Game
struct GfxPortalWritable
{
bool isQueued;
bool isAncestor;
char isQueued;
char isAncestor;
char recursionDepth;
char hullPointCount;
float(*hullPoints)[2];
@ -2959,6 +2959,7 @@ namespace Game
{
float coeffs[4];
char side[3];
char pad;
};
struct GfxPortal