diff options
Diffstat (limited to 'src/utils/type.h')
-rw-r--r-- | src/utils/type.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/type.h b/src/utils/type.h index ed0dd6f..4c61bc3 100644 --- a/src/utils/type.h +++ b/src/utils/type.h @@ -28,7 +28,8 @@ typedef long double f128; typedef u8 bool; #define false (bool)0 #define true (bool)1 + +#define static_assert _Static_assert #endif #endif -void checkTypes(); |