MCPcopy Create free account
hub / github.com/doldecomp/mkdd / create

Method create

src/Osako/MapSelectApp.cpp:276–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276MapSelectApp *MapSelectApp::create() {
277 if (mspMapSelectApp == nullptr)
278 mspMapSelectApp = NEW_APP MapSelectApp();
279 return mspMapSelectApp;
280}
281
282MapSelectApp::MapSelectApp() : GameApp(0, "Map Sel", nullptr) {
283 Menu::link();

Callers

nothing calls this directly

Calls 1

MapSelectAppClass · 0.85

Tested by

no test coverage detected