namespace DotRecast.Core
{
public enum ByteOrder
/// <summary>Default on most Windows systems</summary>
LITTLE_ENDIAN,
BIG_ENDIAN,
}