summaryrefslogtreecommitdiff
path: root/src/systems/text.h
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-02-24 22:54:04 +1100
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-02-24 22:54:04 +1100
commitb38313c518d99a43c8a2438ea20f1cf84636d794 (patch)
tree5bbaefe6bc1d36c6184c18a129bff3bab91465ac /src/systems/text.h
parentb27cfd40b88a4c2689560b3d3235c8579b9778f6 (diff)
add handle def macro
Diffstat (limited to 'src/systems/text.h')
-rw-r--r--src/systems/text.h6
1 files changed, 0 insertions, 6 deletions
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 {