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

Method create

src/Osako/PlayerSelectApp.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91};
92
93PlayerSelectApp *PlayerSelectApp::create() {
94 if (mspPlayerSelectApp == nullptr) {
95 mspPlayerSelectApp = NEW_APP PlayerSelectApp();
96 }
97 return mspPlayerSelectApp;
98}
99
100void PlayerSelectApp::call(u32 callFlag) {
101 msCallFlag = callFlag;

Callers

nothing calls this directly

Calls 1

PlayerSelectAppClass · 0.85

Tested by

no test coverage detected