MCPcopy Create free account
hub / github.com/OpenMC2/OpenMC2 / game_set_window_title

Function game_set_window_title

src/Game.cpp:178–183  ·  view source on GitHub ↗

mc2: 0x005EDA50

Source from the content-addressed store, hash-verified

176
177// mc2: 0x005EDA50
178void game_set_window_title(char *title) {
179 HWND hWnd = global_hWnd;
180 global_WindowText = title;
181 if (hWnd != nullptr)
182 SetWindowTextA(global_hWnd, title);
183}
184
185// mc2: 0x00539FE0 and 0x00539D90
186void check_sku_version() {

Callers 1

sub_401190Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected