MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / main

Function main

deps/physx/physx/samples/samplebase/SampleMain.cpp:118–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116#if defined(RENDERER_WINDOWS)
117
118 int main()
119 {
120 gSampleCommandLine = new SampleCommandLine(GetCommandLineA());
121 mainInitialize();
122 mainLoop();
123 mainTerminate();
124 return 0;
125 }
126
127#elif defined(RENDERER_LINUX)
128

Callers

nothing calls this directly

Calls 5

mainInitializeFunction · 0.85
mainLoopFunction · 0.85
mainTerminateFunction · 0.85
strncmpFunction · 0.85
printFormattedFunction · 0.85

Tested by

no test coverage detected