From b38313c518d99a43c8a2438ea20f1cf84636d794 Mon Sep 17 00:00:00 2001 From: Omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 24 Feb 2024 22:54:04 +1100 Subject: add handle def macro --- src/systems/text.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/systems/text.h') diff --git a/src/systems/text.h b/src/systems/text.h index 3c580df..19248a6 100644 --- a/src/systems/text.h +++ b/src/systems/text.h @@ -10,12 +10,6 @@ #include "render_types.h" struct core; -typedef struct texture_handle { - u32 raw -} texture_handle; -typedef struct shader { - u32 raw -} shader; /** @brief internal font struct */ typedef struct font { -- cgit v1.2.3-70-g09d2