MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / applicationInit

Method applicationInit

source/application/StarApplication.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7void Application::startup(StringList const&) {}
8
9void Application::applicationInit(ApplicationControllerPtr appController) {
10 m_appController = std::move(appController);
11}
12
13void Application::renderInit(RendererPtr renderer) {
14 m_renderer = std::move(renderer);

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected