From 5a8727e34b938b70623ca865273fd81c7604b461 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 13 Mar 2018 06:26:06 +0100 Subject: Expose include dir --- include/types.hpp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 include/types.hpp (limited to 'include/types.hpp') diff --git a/include/types.hpp b/include/types.hpp deleted file mode 100644 index 3cf7f02..0000000 --- a/include/types.hpp +++ /dev/null @@ -1,22 +0,0 @@ -#pragma once - -#include - -namespace odhtdb -{ - typedef int8_t i8; - typedef int16_t i16; - typedef int32_t i32; - typedef int64_t i64; - - typedef uint8_t u8; - typedef uint16_t u16; - typedef uint32_t u32; - typedef uint64_t u64; - - typedef float f32; - typedef double f64; - - typedef intptr_t isize; - typedef uintptr_t usize; -} -- cgit v1.2.3