mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
add imgui engine tools (based on imgui menu bar)
This commit is contained in:
@ -18,7 +18,14 @@
|
||||
|
||||
namespace MM {
|
||||
|
||||
// fwd
|
||||
namespace Services {
|
||||
class ImGuiEngineTools;
|
||||
}
|
||||
|
||||
class Engine {
|
||||
friend Services::ImGuiEngineTools;
|
||||
|
||||
private:
|
||||
using service_family = entt::family<struct internal_service_family>;
|
||||
|
||||
|
Reference in New Issue
Block a user