summaryrefslogtreecommitdiff
path: root/src/systems
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-04 15:47:54 +1000
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-04 15:47:54 +1000
commit96adafab8e6bd4b870166e74f6704f71bed338e4 (patch)
treeafb041074881fbb907e2d38b33e42663f5caa891 /src/systems
parent74fd8a8424aeaccfaf7985f4ad2129fd54ae9fba (diff)
finish swapchain creation
Diffstat (limited to 'src/systems')
-rw-r--r--src/systems/terrain.h2
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;