| 1984 | } |
| 1985 | |
| 1986 | MainLoop *Engine::get_main_loop() const { |
| 1987 | // Needs to remain in OS, since it's actually OS that interacts with it, but it's better exposed here |
| 1988 | return ::OS::get_singleton()->get_main_loop(); |
| 1989 | } |
| 1990 | |
| 1991 | Dictionary Engine::get_version_info() const { |
| 1992 | return ::Engine::get_singleton()->get_version_info(); |
no outgoing calls
no test coverage detected