diff options
author | chai <chaifix@163.com> | 2021-10-17 16:01:30 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-17 16:01:30 +0800 |
commit | 6e73ca6ada8a41692809dae5db89c8db0675ce1e (patch) | |
tree | 3ca6f06b29b3e2c183750ddcff8d7a09d0785e6b /Runner/Utilities/Type.h | |
parent | e13f699ee5f575198552d94ada1167305c82bb2f (diff) |
-Runner
Diffstat (limited to 'Runner/Utilities/Type.h')
-rw-r--r-- | Runner/Utilities/Type.h | 21 |
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 |