MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / pushState

Method pushState

Source/Application.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void Application::pushState(std::unique_ptr<State::Game_State> state)
73{
74 state->onOpen();
75 m_states.push_back(std::move(state));
76}
77
78void Application::popState()
79{

Callers 2

initMenuMethod · 0.80
initPauseMethod · 0.80

Calls 1

onOpenMethod · 0.45

Tested by

no test coverage detected