| 162 | Sorcery::Application::~Application() {} |
| 163 | |
| 164 | auto Sorcery::Application::get_resources() const -> Resources * { |
| 165 | |
| 166 | return ctx.resources; |
| 167 | } |
| 168 | |
| 169 | // Start the Game |
| 170 | auto Sorcery::Application::start() -> int { |
nothing calls this directly
no outgoing calls
no test coverage detected