diff options
author | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-05-04 13:02:31 +1000 |
---|---|---|
committer | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-05-04 13:02:31 +1000 |
commit | 74fd8a8424aeaccfaf7985f4ad2129fd54ae9fba (patch) | |
tree | 93323955154c3bc59d3a19744bafe2e4afd430f0 /src/systems | |
parent | 8c714a082e4b8069b6f1c29e83e09f406f1c965a (diff) |
swapchain support
Diffstat (limited to 'src/systems')
-rw-r--r-- | src/systems/text.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systems/text.h b/src/systems/text.h index dc396f0..f40cfd6 100644 --- a/src/systems/text.h +++ b/src/systems/text.h @@ -5,7 +5,6 @@ #include <stb_truetype.h> -#include "cleanroom/types.h" #include "darray.h" #include "defines.h" #include "ral.h" |