Split main project into core,graphics and chocolarm4 subproject (#29)
This commit is contained in:
14
ChocolArm64/Decoder/AIntType.cs
Normal file
14
ChocolArm64/Decoder/AIntType.cs
Normal file
@ -0,0 +1,14 @@
|
||||
namespace ChocolArm64.Decoder
|
||||
{
|
||||
enum AIntType
|
||||
{
|
||||
UInt8 = 0,
|
||||
UInt16 = 1,
|
||||
UInt32 = 2,
|
||||
UInt64 = 3,
|
||||
Int8 = 4,
|
||||
Int16 = 5,
|
||||
Int32 = 6,
|
||||
Int64 = 7
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user