Added Window.SetIcon

This commit is contained in:
Simon Lübeß
2022-02-14 20:38:01 +01:00
parent 82898f1d5c
commit 0e684af17d
2 changed files with 17 additions and 0 deletions
+5
View File
@@ -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);
}
}