Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
using namespace ax;
34
35
int 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
getInstance
Function · 0.85
run
Method · 0.45
Tested by
no test coverage detected