mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-28 16:43:29 +00:00
removed useless include
This commit is contained in:
@@ -3,17 +3,9 @@
|
||||
// Edited by Benjamin Henry on 2021-05-20.
|
||||
//
|
||||
|
||||
#include <Component/Position/PositionComponent.hpp>
|
||||
#include <Component/Renderer/Drawable3DComponent.hpp>
|
||||
#include <map>
|
||||
#include <Component/Levitate/LevitateComponent.hpp>
|
||||
#include "Component/Collision/CollisionComponent.hpp"
|
||||
#include <Component/Animation/AnimationsComponent.hpp>
|
||||
#include <Component/Timer/TimerComponent.hpp>
|
||||
#include "HealthSystem.hpp"
|
||||
#include "Component/Health/HealthComponent.hpp"
|
||||
#include "Entity/Entity.hpp"
|
||||
#include "Items/Bonus.hpp"
|
||||
|
||||
namespace RAY3D = RAY::Drawables::Drawables3D;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user