mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
restructure
This commit is contained in:
parent
3381ac1c7d
commit
b53a97408b
263 changed files with 2221 additions and 1191 deletions
|
|
@ -2,7 +2,7 @@ namespace Dalamud.Bindings.ImGui;
|
|||
|
||||
public unsafe partial struct ImFontGlyphRangesBuilder
|
||||
{
|
||||
public void AddText(Utf8Buffer text)
|
||||
public void AddText(ImU8String text)
|
||||
{
|
||||
fixed (ImFontGlyphRangesBuilder* thisPtr = &this) ImGui.AddText(thisPtr, text);
|
||||
}
|
||||
|
|
@ -10,5 +10,5 @@ public unsafe partial struct ImFontGlyphRangesBuilder
|
|||
|
||||
public partial struct ImFontGlyphRangesBuilderPtr
|
||||
{
|
||||
public void AddText(Utf8Buffer text) => ImGui.AddText(this, text);
|
||||
public void AddText(ImU8String text) => ImGui.AddText(this, text);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue