mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2026-01-30 04:13:15 +01:00
UpdateStrategy Refactor: 6. draft, now looks good, not fully tested
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user