MCPcopy 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
8int main(int argc, char* argv[])
9{
10 return Engine::Main(GetCommandLine(argc, argv));
11}
12
13#endif

Callers

nothing calls this directly

Calls 2

GetCommandLineFunction · 0.85
MainClass · 0.50

Tested by

no test coverage detected