| 148 | } |
| 149 | |
| 150 | Main::~Main() { |
| 151 | delete (scrapper); |
| 152 | delete (config); |
| 153 | delete (timer); |
| 154 | delete (font); |
| 155 | } |
| 156 | |
| 157 | bool Main::onInput(c2d::Input::Player *players) { |
| 158 |
nothing calls this directly
no outgoing calls
no test coverage detected