Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ main
Function
main
Source/Engine/Main/Default/main.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
#include
"Engine/Main/MainUtil.h"
7
8
int main(int argc, char* argv[])
9
{
10
return Engine::Main(GetCommandLine(argc, argv));
11
}
12
13
#endif
Callers
nothing calls this directly
Calls
2
GetCommandLine
Function · 0.85
Main
Class · 0.50
Tested by
no test coverage detected