Allow mods to customize application title.

This commit is contained in:
Matthias Mailänder
2021-07-16 15:39:21 +02:00
committed by abcdefg30
parent 3a8957c6f3
commit f08a0b113e
8 changed files with 17 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ namespace OpenRA
IHardwareCursor CreateHardwareCursor(string name, Size size, byte[] data, int2 hotspot, bool pixelDouble);
void SetHardwareCursor(IHardwareCursor cursor);
void SetWindowTitle(string title);
void SetRelativeMouseMode(bool mode);
void SetScaleModifier(float scale);