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

◆ SetIcon()

void ReLogic.OS.IWindowService.SetIcon ( GameWindow window)
inlineinherited

Definition at line 21 of file IWindowService.cs.

22 {
23 IntPtr surface = SDL.SDL_LoadBMP("Libraries/Native/tModLoader.bmp");
24 SDL.SDL_SetWindowIcon(window.Handle, surface);
25 }