diff options
author | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-05-04 11:15:49 +1000 |
---|---|---|
committer | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-05-04 11:15:49 +1000 |
commit | 8c714a082e4b8069b6f1c29e83e09f406f1c965a (patch) | |
tree | 555213b3b0742b4972fbb5847d7b41161ec69f15 /src/systems | |
parent | 8aad3ce06da4c8e9d2e41b39607640a5e9c7ded7 (diff) |
delete cleanroom
Diffstat (limited to 'src/systems')
-rw-r--r-- | src/systems/terrain.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/systems/terrain.h b/src/systems/terrain.h index a8bff17..745ca22 100644 --- a/src/systems/terrain.h +++ b/src/systems/terrain.h @@ -15,10 +15,11 @@ Future: - Dynamic LOD */ -#include "cleanroom/types.h" #include "defines.h" #include "maths_types.h" #include "mem.h" +#include "str.h" +#include "render_types.h" typedef struct heightmap { str8 filepath; |