X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=blobdiff_plain;f=vg_stdint.h;h=fb1a62dde270f12d53a39e8f53a27bf4e4f56dfa;hp=f3e91282b374128d708fbd401f857addec8ef227;hb=HEAD;hpb=f4c590248d15c594905187ca4d7eab23cfa231d5 diff --git a/vg_stdint.h b/vg_stdint.h deleted file mode 100644 index f3e9128..0000000 --- a/vg_stdint.h +++ /dev/null @@ -1,18 +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; -typedef uint8_t bool; - -#endif /* VG_STDINT_H */