mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-19 11:16:37 +02:00
add a quick n dirty json editor imgui widget
This commit is contained in:
@ -67,6 +67,9 @@ class Engine {
|
||||
_update_strategy = std::move(us);
|
||||
}
|
||||
|
||||
Engine(const Engine&) = delete;
|
||||
Engine(Engine&&) = delete;
|
||||
|
||||
// called from destructor or explicitly (if eg "global", u need dis)
|
||||
void cleanup(void);
|
||||
|
||||
|
Reference in New Issue
Block a user