MCPcopy Create free account
hub / github.com/Cpasjuste/pplay / ~Main

Method ~Main

src/main.cpp:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150Main::~Main() {
151 delete (scrapper);
152 delete (config);
153 delete (timer);
154 delete (font);
155}
156
157bool Main::onInput(c2d::Input::Player *players) {
158

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected