X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg_stdint.h;h=7a06fbe54d773440ee3f755f4e3d54e35f877027;hb=13737a7a9faa5b31696c711f153b7de4201c404e;hp=fb1a62dde270f12d53a39e8f53a27bf4e4f56dfa;hpb=4c48fe01a5d1983be89b7dce6f08e6b708cfbb05;p=vg.git diff --git a/vg_stdint.h b/vg_stdint.h index fb1a62d..7a06fbe 100644 --- a/vg_stdint.h +++ b/vg_stdint.h @@ -11,5 +11,7 @@ typedef int8_t i8; typedef int16_t i16; typedef int32_t i32; typedef int64_t i64; +typedef float f32; +typedef double f64; #endif /* VG_STDINT_H */