mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Added Window.SetIcon
This commit is contained in:
@@ -110,5 +110,10 @@ namespace GlitchyEngine
|
||||
}
|
||||
|
||||
public extern void Update();
|
||||
|
||||
/**
|
||||
* Sets the Icon of the window to the given file.
|
||||
*/
|
||||
public extern Result<void> SetIcon(StringView filePath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user