MCPcopy Create free account
hub / github.com/AshampooSystems/boden / launch

Method launch

framework/foundation/src/Application.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 void Application::init() { setGlobalApplication(shared_from_this()); }
56
57 void Application::launch()
58 {
59 prepareLaunch();
60
61 beginLaunch();
62 finishLaunch();
63 }
64
65 void Application::terminating()
66 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected