summaryrefslogtreecommitdiff
path: root/Runner/Utilities/Type.h
diff options
context:
space:
mode:
Diffstat (limited to 'Runner/Utilities/Type.h')
-rw-r--r--Runner/Utilities/Type.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/Runner/Utilities/Type.h b/Runner/Utilities/Type.h
deleted file mode 100644
index b3d0826..0000000
--- a/Runner/Utilities/Type.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef TYPE_H
-#define TYPE_H
-
-#include <cstdlib>
-#include <stdint.h>
-
-typedef int8_t int8;
-typedef uint8_t uint8;
-typedef unsigned char byte;
-typedef char sbyte;
-typedef int16_t int16;
-typedef uint16_t uint16;
-typedef int32_t int32;
-typedef uint32_t uint32;
-typedef int64_t int64;
-typedef uint64_t uint64;
-
-typedef uint32_t uint;
-typedef int32_t sint;
-
-#endif \ No newline at end of file