X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=blobdiff_plain;f=vg_stdint.h;h=fb1a62dde270f12d53a39e8f53a27bf4e4f56dfa;hp=7a06fbe54d773440ee3f755f4e3d54e35f877027;hb=HEAD;hpb=295cd98f60ba5d03a4fa55fe7d12eaa5340f9a14 diff --git a/vg_stdint.h b/vg_stdint.h deleted file mode 100644 index 7a06fbe..0000000 --- a/vg_stdint.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef VG_STDINT_H -#define VG_STDINT_H - -#include - -typedef uint8_t u8; -typedef uint16_t u16; -typedef uint32_t u32; -typedef uint64_t u64; -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 */