MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / main

Function main

testbed/src/Main.cpp:53–60  ·  view source on GitHub ↗

Main function

Source from the content-addressed store, hash-verified

51
52// Main function
53int main(int /*argc*/, char** /*argv*/) {
54
55 // Create and start the testbed application
56 TestbedApplication application;
57 application.start();
58
59 return 0;
60}

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected