From f24cae512bb4067ade1f5c9ffaa994f46820be59 Mon Sep 17 00:00:00 2001 From: onon1101 Date: Tue, 30 Apr 2024 21:27:36 +0800 Subject: [PATCH] try --- src/Player/Factory/Dagger.cpp | 2 +- src/Player/Factory/Shovel.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Player/Factory/Dagger.cpp b/src/Player/Factory/Dagger.cpp index 9ff16e62..600c8b0e 100644 --- a/src/Player/Factory/Dagger.cpp +++ b/src/Player/Factory/Dagger.cpp @@ -5,7 +5,7 @@ #include "Dagger.h" #include #include "Helper.hpp" -#include "Player_Config.h" +#include "Player_config.h" #include "SpriteSheet.hpp" #include "UGameElement.h" #include "Util/SpriteSheet.hpp" diff --git a/src/Player/Factory/Shovel.cpp b/src/Player/Factory/Shovel.cpp index a4eb1658..d8f3ca6d 100644 --- a/src/Player/Factory/Shovel.cpp +++ b/src/Player/Factory/Shovel.cpp @@ -3,7 +3,7 @@ #include #include #include "Helper.hpp" -#include "Player_Config.h" +#include "Player_config.h" #include "SpriteSheet.hpp" #include "UGameElement.h"