aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Decoders/IntType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/Decoders/IntType.cs')
-rw-r--r--ChocolArm64/Decoders/IntType.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/ChocolArm64/Decoders/IntType.cs b/ChocolArm64/Decoders/IntType.cs
deleted file mode 100644
index 70f833ec..00000000
--- a/ChocolArm64/Decoders/IntType.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-namespace ChocolArm64.Decoders
-{
- enum IntType
- {
- UInt8 = 0,
- UInt16 = 1,
- UInt32 = 2,
- UInt64 = 3,
- Int8 = 4,
- Int16 = 5,
- Int32 = 6,
- Int64 = 7
- }
-} \ No newline at end of file