MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / init

Function init

src/OpenLoco/src/Ui/WindowManager.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 static void viewportRedrawAfterShift(Window* window, Viewport* viewport, int32_t x, int32_t y);
50
51 void init()
52 {
53 _windows.clear();
54 }
55
56 Window* get(size_t index)
57 {

Callers 3

sub_43910AFunction · 0.50
importSaveToGameStateFunction · 0.50
startFunction · 0.50

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected