add healthcomponent to breakable block

This commit is contained in:
HENRY Benjamin
2021-06-01 11:54:01 +02:00
34 changed files with 809 additions and 17 deletions
+1
View File
@@ -17,6 +17,7 @@
#include "Model/Model.hpp"
#include "Component/Component.hpp"
#include "Component/Position/PositionComponent.hpp"
#include "Component/Health/HealthComponent.hpp"
#include "Component/Movable/MovableComponent.hpp"
namespace BBM