diff options
author | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-24 22:54:04 +1100 |
---|---|---|
committer | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-24 22:54:04 +1100 |
commit | b38313c518d99a43c8a2438ea20f1cf84636d794 (patch) | |
tree | 5bbaefe6bc1d36c6184c18a129bff3bab91465ac /src/systems/text.h | |
parent | b27cfd40b88a4c2689560b3d3235c8579b9778f6 (diff) |
add handle def macro
Diffstat (limited to 'src/systems/text.h')
-rw-r--r-- | src/systems/text.h | 6 |
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 { |