This repository has been archived on 2026-01-05. You can view files and clone it, but cannot push or open issues/pull-requests.
|
namespace ChocolArm64.Decoder
|
|
{
|
|
enum AIntType
|
|
{
|
|
UInt8 = 0,
|
|
UInt16 = 1,
|
|
UInt32 = 2,
|
|
UInt64 = 3,
|
|
Int8 = 4,
|
|
Int16 = 5,
|
|
Int32 = 6,
|
|
Int64 = 7
|
|
}
|
|
} |