mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
Add GPose Together (#82)
* add api glue * most of gpose together impl * more cleanup and impl * more impl * minor fixes and chara name abbreviations --------- Co-authored-by: Stanley Dimant <root.darkarchon@outlook.com>
This commit is contained in:
parent
3d0555e5c6
commit
59bbfcff27
16 changed files with 1354 additions and 23 deletions
|
|
@ -34,6 +34,7 @@ namespace MareSynchronos.UI;
|
|||
public partial class UiSharedService : DisposableMediatorSubscriberBase
|
||||
{
|
||||
public const string TooltipSeparator = "--SEP--";
|
||||
public static string DoubleNewLine => Environment.NewLine + Environment.NewLine;
|
||||
|
||||
public static readonly ImGuiWindowFlags PopupWindowFlags = ImGuiWindowFlags.NoResize |
|
||||
ImGuiWindowFlags.NoScrollbar |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue