MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / create

Method create

src/ui/Menu_Load.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20Menu_Load* Menu_Load::create(Engine::BaseEngine& e)
21{
22 Menu_Load* s = new Menu_Load(e);
23 s->initializeInstance("MENU_SAVEGAME_LOAD");
24
25 s->gatherAvailableSavegames();
26 return s;
27}
28
29void Menu_Load::gatherAvailableSavegames()
30{

Callers

nothing calls this directly

Calls 2

initializeInstanceMethod · 0.80

Tested by

no test coverage detected