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

Function ColourSchemeUpdate

src/openrct2-ui/interface/Theme.cpp:927–930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925 }
926
927 void ColourSchemeUpdate(WindowBase* window)
928 {
929 ColourSchemeUpdateByClass(window, window->classification);
930 }
931
932 void ColourSchemeUpdateByClass(WindowBase* window, WindowClass classification)
933 {

Callers 2

CreateMethod · 0.85
ColourSchemeUpdateAllFunction · 0.85

Calls 1

Tested by

no test coverage detected