MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / main

Function main

Tetragrama/src/EntryPoint.cpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#ifdef ZENGINE_PLATFORM
5
6int main(int argc, char* argv[]) {
7
8 std::shared_ptr<Tetragrama::Editor> editor(new Tetragrama::Editor());
9 editor->Initialize();
10 editor->Run();
11 return 0;
12}
13#endif

Callers

nothing calls this directly

Calls 2

InitializeMethod · 0.45
RunMethod · 0.45

Tested by

no test coverage detected