Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SetUnicodeTitle()

void ReLogic.OS.OSX.WindowService.SetUnicodeTitle ( GameWindow window,
string title )
inline

Implements ReLogic.OS.IWindowService.

Definition at line 16 of file WindowService.cs.

17 {
18 window.Title = title;
19 }