MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / main

Function main

platform/web/web_runtime.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33extern int godot_web_main(int argc, char *argv[]);
34
35int main(int argc, char *argv[]) {
36 return godot_web_main(argc, argv);
37}

Callers

nothing calls this directly

Calls 1

godot_web_mainFunction · 0.85

Tested by

no test coverage detected