Reworking the view

This commit is contained in:
Zoe Roux
2021-06-03 18:20:37 +02:00
parent ae2e419832
commit 0d37a560d7
16 changed files with 141 additions and 62 deletions
+4 -1
View File
@@ -6,10 +6,13 @@
#include <chrono>
#include <vector>
#include "Entity/Entity.hpp"
#include <typeinfo>
#include <typeindex>
namespace WAL
{
class Entity;
//! @brief A base system of WAL
class System
{