MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / GameCreateWindows

Function GameCreateWindows

src/openrct2/Game.cpp:142–148  ·  view source on GitHub ↗

* * rct2: 0x0066B5C0 (part of 0x0066B3E8) */

Source from the content-addressed store, hash-verified

140 * rct2: 0x0066B5C0 (part of 0x0066B3E8)
141 */
142void GameCreateWindows()
143{
144 ContextOpenWindow(WindowClass::mainWindow);
145 ContextOpenWindow(WindowClass::topToolbar);
146 ContextOpenWindow(WindowClass::bottomToolbar);
147 WindowResizeGui(ContextGetWidth(), ContextGetHeight());
148}
149
150void PauseToggle()
151{

Callers 1

GameLoadInitFunction · 0.85

Calls 4

ContextOpenWindowFunction · 0.85
WindowResizeGuiFunction · 0.85
ContextGetWidthFunction · 0.85
ContextGetHeightFunction · 0.85

Tested by

no test coverage detected