From e19a29c7e51860144f02d7e7b08ac5e430e1f78f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 7 Nov 2022 22:21:52 +0100 Subject: Support images in text, add custom emoji to matrix --- include/types.hpp | 10 ---------- 1 file changed, 10 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 dc2a016..0000000 --- a/include/types.hpp +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -#include - -typedef uint8_t u8; -typedef uint16_t u16; -typedef uint32_t u32; -typedef uint64_t u64; -typedef intptr_t isize; -typedef uintptr_t usize; \ No newline at end of file -- cgit v1.2.3