diff options
Diffstat (limited to 'include/types.hpp')
-rw-r--r-- | include/types.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/types.hpp b/include/types.hpp index 4f95730..924dd67 100644 --- a/include/types.hpp +++ b/include/types.hpp @@ -1,9 +1,8 @@ #pragma once -#include <cstdint> +#include <stdint.h> -namespace amalgine -{ +namespace amalgine { typedef int8_t i8; typedef int16_t i16; typedef int32_t i32; |