Merge pull request #116 from AnonymusRaccoon/ecs

Views of entities and components
This commit is contained in:
Zoe Roux
2021-06-07 15:54:23 +02:00
committed by GitHub
45 changed files with 868 additions and 466 deletions

View File

@@ -14,7 +14,6 @@
#include <tuple>
#include <algorithm>
#include "Component/Renderer/Drawable3DComponent.hpp"
#include "System/Renderer/RenderSystem.hpp"
#include "Scene/Scene.hpp"
#include "Model/Model.hpp"
#include "Component/Component.hpp"
@@ -157,6 +156,8 @@ namespace BBM
static const std::string secondFloorHolePath;
public:
static void wallCollide(WAL::Entity &entity, const WAL::Entity &wall);
//! @param width Width of the map
//! @param height Height of the map