Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
void Application::pushState(std::unique_ptr<State::Game_State> state)
73
{
74
state->onOpen();
75
m_states.push_back(std::move(state));
76
}
77
78
void Application::popState()
79
{
Callers
2
initMenu
Method · 0.80
initPause
Method · 0.80
Calls
1
onOpen
Method · 0.45
Tested by
no test coverage detected