diff options
Diffstat (limited to 'types/types.h')
| -rwxr-xr-x | types/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/types/types.h b/types/types.h index 19978b0..bffa4bc 100755 --- a/types/types.h +++ b/types/types.h @@ -17,4 +17,6 @@ typedef uint64_t u64; typedef float f32; typedef double f64; +typedef unsigned uint; + #endif |
