MCPcopy Create free account
hub / github.com/davemoore22/sorcery / get_resources

Method get_resources

src/core/application.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162Sorcery::Application::~Application() {}
163
164auto Sorcery::Application::get_resources() const -> Resources * {
165
166 return ctx.resources;
167}
168
169// Start the Game
170auto Sorcery::Application::start() -> int {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected