MCPcopy Create free account
hub / github.com/axmolengine/axmol / main

Function main

tests/lua-tests/proj.linux/main.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33using namespace ax;
34
35int main(int argc, char** argv)
36{
37 // create the application instance
38 AppDelegate app;
39 return Application::getInstance()->run();
40}

Callers

nothing calls this directly

Calls 2

getInstanceFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected