From 971330b3e0c506fcb5f1ef91aba81c61c94cdfd2 Mon Sep 17 00:00:00 2001 From: Nikola Petrov Date: Thu, 23 Jan 2025 12:17:32 +0100 Subject: [PATCH] move stb_perlin.h --- inc/{ => canvas}/stb_perlin.h | 0 src/canvas/BackGround.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename inc/{ => canvas}/stb_perlin.h (100%) diff --git a/inc/stb_perlin.h b/inc/canvas/stb_perlin.h similarity index 100% rename from inc/stb_perlin.h rename to inc/canvas/stb_perlin.h diff --git a/src/canvas/BackGround.cpp b/src/canvas/BackGround.cpp index 80d9c46..ad767a7 100644 --- a/src/canvas/BackGround.cpp +++ b/src/canvas/BackGround.cpp @@ -3,7 +3,7 @@ #include "canvas/BackGround.hpp" #include "canvas/BackGroundColors.hpp" #include "canvas/Circle.hpp" -#include "stb_perlin.h" +#include "canvas/stb_perlin.h" #include #include