From 6a001c4840140e71ba1672a4576d52d1a62c0922 Mon Sep 17 00:00:00 2001 From: tylermurphy534 Date: Sat, 1 Oct 2022 14:35:16 -0400 Subject: rename src files, move .o to /bin --- src/chunk.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chunk.hpp') diff --git a/src/chunk.hpp b/src/chunk.hpp index 59264fd..6223fc7 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -4,7 +4,7 @@ #include "xe_engine.hpp" #include "xe_image.hpp" -#include "PerlinNoise.hpp" +#include "chunk_noise.hpp" #include #include -- cgit v1.2.3-freya