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

Method create

src/Osako/MainMenuApp.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29MainMenuApp *MainMenuApp::mspMainMenuApp;
30
31MainMenuApp *MainMenuApp::create() {
32 if (mspMainMenuApp == nullptr) {
33 mspMainMenuApp = NEW_APP MainMenuApp();
34 }
35 return mspMainMenuApp;
36}
37
38void MainMenuApp::call() {
39 AppMgr::setNextApp(AppMgr::mcMainMenu);

Callers

nothing calls this directly

Calls 1

MainMenuAppClass · 0.85

Tested by

no test coverage detected