MCPcopy Create free account
hub / github.com/Illation/ETEngine / create

Method create

Engine/source/EtEditor/EditorApp.cpp:102–105  ·  view source on GitHub ↗

--------------------------------- EditorApp::create creation factory

Source from the content-addressed store, hash-verified

100// creation factory
101//
102Glib::RefPtr<EditorApp> EditorApp::create()
103{
104 return Glib::RefPtr<EditorApp>(new EditorApp());
105}
106
107//---------------------------------
108// EditorApp::CreateMainWindow

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected