diff --git a/sources/Bonus/Bonus.cpp b/sources/Items/Bonus.cpp similarity index 100% rename from sources/Bonus/Bonus.cpp rename to sources/Items/Bonus.cpp diff --git a/sources/Bonus/Bonus.hpp b/sources/Items/Bonus.hpp similarity index 100% rename from sources/Bonus/Bonus.hpp rename to sources/Items/Bonus.hpp diff --git a/sources/System/Health/HealthSystem.cpp b/sources/System/Health/HealthSystem.cpp index d5e898a5..82afdfeb 100644 --- a/sources/System/Health/HealthSystem.cpp +++ b/sources/System/Health/HealthSystem.cpp @@ -11,7 +11,7 @@ #include "Component/Health/HealthComponent.hpp" #include "Component/Bonus/BonusComponent.hpp" #include "Entity/Entity.hpp" -#include "Bonus/Bonus.hpp" +#include "Items/Bonus.hpp" namespace RAY3D = RAY::Drawables::Drawables3D;