diff options
author | mattkae <mattkae@protonmail.com> | 2022-12-23 12:47:10 -0500 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-12-23 12:47:10 -0500 |
commit | 7228b2e1a2d0a8399facce3493d71a3569d250d5 (patch) | |
tree | 8eb5e4b686bf68fa12fcbb270ef88dd29aa1d704 /themes/types.h | |
parent | f63d0af456f76d713e56ca17be114fba0af22f6c (diff) |
Improved the makefile considerably
Diffstat (limited to 'themes/types.h')
-rw-r--r-- | themes/types.h | 16 |
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; |