10 lines
176 B
C#
10 lines
176 B
C#
namespace SM64Lib.LIBMIO0;
|
|
|
|
public struct MIO0Header
|
|
{
|
|
public uint dest_size;
|
|
public uint comp_offset;
|
|
public uint uncomp_offset;
|
|
public bool big_endian;
|
|
};
|