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