module gui.system; import bubel.ecs.system; struct SystemGUI { const (char)* name; System* system; bool enabled = true; }