diff options
author | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-05-04 15:47:54 +1000 |
---|---|---|
committer | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-05-04 15:48:49 +1000 |
commit | a51ef12d8583522ee229a0195a4132652f0f9cd8 (patch) | |
tree | 420878ce250678b603ff5944a7cd63a6f1d084e0 /src/systems/terrain.h | |
parent | 74fd8a8424aeaccfaf7985f4ad2129fd54ae9fba (diff) |
finish swapchain creation
Diffstat (limited to 'src/systems/terrain.h')
-rw-r--r-- | src/systems/terrain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systems/terrain.h b/src/systems/terrain.h index 745ca22..bfd90b5 100644 --- a/src/systems/terrain.h +++ b/src/systems/terrain.h @@ -18,8 +18,8 @@ Future: #include "defines.h" #include "maths_types.h" #include "mem.h" -#include "str.h" #include "render_types.h" +#include "str.h" typedef struct heightmap { str8 filepath; |