| 274 | } |
| 275 | |
| 276 | MapSelectApp *MapSelectApp::create() { |
| 277 | if (mspMapSelectApp == nullptr) |
| 278 | mspMapSelectApp = NEW_APP MapSelectApp(); |
| 279 | return mspMapSelectApp; |
| 280 | } |
| 281 | |
| 282 | MapSelectApp::MapSelectApp() : GameApp(0, "Map Sel", nullptr) { |
| 283 | Menu::link(); |
nothing calls this directly
no test coverage detected