summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Type.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-03-12 00:39:26 +0800
committerchai <chaifix@163.com>2019-03-12 00:39:26 +0800
commit70b82d1981c0de3c7b77670ff8abcfeb26815142 (patch)
treef69c05bcd204cc3f9bf745be37a2ba5911e52436 /Source/Asura.Engine/Type.h
parentc19a282e10f51ddd50d198b903f8fbd5a2238b62 (diff)
*misc
Diffstat (limited to 'Source/Asura.Engine/Type.h')
-rw-r--r--Source/Asura.Engine/Type.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/Source/Asura.Engine/Type.h b/Source/Asura.Engine/Type.h
index a956a4b..88848d5 100644
--- a/Source/Asura.Engine/Type.h
+++ b/Source/Asura.Engine/Type.h
@@ -6,19 +6,6 @@
namespace AsuraEngine
{
- typedef int8_t int8;
- typedef uint8_t uint8;
- typedef uint8 byte;
- 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