UpdateStrategy Refactor: 6. draft, now looks good, not fully tested

This commit is contained in:
2020-12-12 16:55:27 +01:00
parent bab5552e6f
commit c1ae30c89c
18 changed files with 990 additions and 290 deletions

View File

@@ -1,10 +1,10 @@
#pragma once
// this is a forwarding header
#include <entt/fwd.hpp>
namespace MM {
namespace UpdateStrategies { class UpdateStrategy; }
class Engine;
using Entity = entt::entity;
using Scene = entt::basic_registry<Entity>;