| 1980 | } |
| 1981 | |
| 1982 | int Engine::get_frames_drawn() { |
| 1983 | return ::Engine::get_singleton()->get_frames_drawn(); |
| 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 |
no outgoing calls
no test coverage detected