diff options
Diffstat (limited to 'ChocolArm64/Decoder/AIntType.cs')
| -rw-r--r-- | ChocolArm64/Decoder/AIntType.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ChocolArm64/Decoder/AIntType.cs b/ChocolArm64/Decoder/AIntType.cs deleted file mode 100644 index 242fdada..00000000 --- a/ChocolArm64/Decoder/AIntType.cs +++ /dev/null @@ -1,14 +0,0 @@ -namespace ChocolArm64.Decoder -{ - enum AIntType - { - UInt8 = 0, - UInt16 = 1, - UInt32 = 2, - UInt64 = 3, - Int8 = 4, - Int16 = 5, - Int32 = 6, - Int64 = 7 - } -}
\ No newline at end of file |
