| 247 | } |
| 248 | |
| 249 | bool ServerApplication::CreateDummyEngine() |
| 250 | { |
| 251 | GEngine = CreateEngineDummy(); |
| 252 | |
| 253 | return GEngine != nullptr; |
| 254 | } |
| 255 | |
| 256 | bool ServerApplication::CreateServerConsole() |
| 257 | { |
nothing calls this directly
no test coverage detected