36 static const std::string subsystem_name;
37 std::expected<void, Subsystem::Error> initialize()
override;
38 std::expected<void, Subsystem::Error> terminate()
override;
39 std::string name()
override;
40 bool is_initialized()
override;
53 static std::expected<void, std::string>
58 static tenno::vector<tenno::reference_wrapper<Subsystem>> subsystems;
59 static bool initialized;