update structure (not compiling yet)
This commit is contained in:
9
SM64Lib.LIBMIO0/MIO0Header.cs
Normal file
9
SM64Lib.LIBMIO0/MIO0Header.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace SM64Lib.LIBMIO0;
|
||||
|
||||
public struct MIO0Header
|
||||
{
|
||||
public uint dest_size;
|
||||
public uint comp_offset;
|
||||
public uint uncomp_offset;
|
||||
public bool big_endian;
|
||||
};
|
||||
Reference in New Issue
Block a user