rename Bonus folder => Items folder (bonus/malus should be inside)

This commit is contained in:
HENRY Benjamin
2021-06-03 10:42:09 +02:00
parent 6134ab9352
commit 82e1f06534
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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;