summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Type.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Engine/Type.h')
-rw-r--r--Source/Asura.Engine/Type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Asura.Engine/Type.h b/Source/Asura.Engine/Type.h
index 5159ee2..a956a4b 100644
--- a/Source/Asura.Engine/Type.h
+++ b/Source/Asura.Engine/Type.h
@@ -8,7 +8,7 @@ namespace AsuraEngine
typedef int8_t int8;
typedef uint8_t uint8;
- typedef uint8 byte;
+ typedef uint8 byte;
typedef int16_t int16;
typedef uint16_t uint16;
typedef int32_t int32;