MCPcopy Create free account
hub / github.com/MyGUI/mygui / run

Function run

Common/Base/Main.h:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36template<class AppClass>
37void run(void* arg)
38{
39 reinterpret_cast<AppClass*>(arg)->run();
40}
41#endif
42
43template<class AppClass>

Callers

nothing calls this directly

Calls 1

runMethod · 0.80

Tested by

no test coverage detected