summaryrefslogtreecommitdiff
path: root/themes/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'themes/types.h')
-rw-r--r--themes/types.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/themes/types.h b/themes/types.h
deleted file mode 100644
index ae8aa4e..0000000
--- a/themes/types.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#pragma once
-
-#include <stdint.h>
-
-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 unsigned long u64;
-
-typedef float f32;
-typedef double f64;