From 39618f09aa2780b586ed0c46a9db88d75046a55c Mon Sep 17 00:00:00 2001 From: InfiniteCoder Date: Sun, 4 Aug 2024 12:44:56 +0300 Subject: [PATCH] ContentBuilder.hpp patch --- src/content/ContentBuilder.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/ContentBuilder.hpp b/src/content/ContentBuilder.hpp index 10cdd480..7c228b25 100644 --- a/src/content/ContentBuilder.hpp +++ b/src/content/ContentBuilder.hpp @@ -5,8 +5,8 @@ #include #include -#include "../content/Content.hpp" -#include "../content/ContentPack.hpp" +#include "Content.hpp" +#include "ContentPack.hpp" #include "../items/ItemDef.hpp" #include "../objects/EntityDef.hpp" #include "../voxels/Block.hpp"