| 1015 | } |
| 1016 | |
| 1017 | void Console::commandDirectorSubCommandStart(socket_native_type /*fd*/, std::string_view /*args*/) |
| 1018 | { |
| 1019 | auto director = Director::getInstance(); |
| 1020 | director->startAnimation(); |
| 1021 | } |
| 1022 | |
| 1023 | void Console::commandDirectorSubCommandEnd(socket_native_type /*fd*/, std::string_view /*args*/) |
| 1024 | { |
nothing calls this directly
no test coverage detected