mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-12-13 12:26:35 +01:00
initial import, >900commits predate this
This commit is contained in:
12
framework/engine/src/mm/engine_fwd.hpp
Normal file
12
framework/engine/src/mm/engine_fwd.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
// this is a forwarding header
|
||||
|
||||
#include <entt/fwd.hpp>
|
||||
|
||||
namespace MM {
|
||||
class Engine;
|
||||
using Entity = entt::entity;
|
||||
using Scene = entt::basic_registry<Entity>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user