diff options
Diffstat (limited to 'include/std')
-rw-r--r-- | include/std/types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/std/types.h b/include/std/types.h index 68e2d0f..a8a44fd 100644 --- a/include/std/types.h +++ b/include/std/types.h @@ -17,4 +17,7 @@ typedef uint64_t u64; typedef ptrdiff_t isize; typedef size_t usize; +typedef float f32; +typedef double f64; + #endif |