Now with formatting available

This commit is contained in:
Greg Hellings
2025-02-25 14:55:39 -06:00
parent be7d2873e6
commit 0c7843b386
6 changed files with 26 additions and 11 deletions
+3 -1
View File
@@ -15,8 +15,10 @@ namespace sword_rs {
rust::String get_name() const;
rust::String strip_text();
rust::String render_text();
void set_key_text(const rust::String& keyText);
rust::String strip_text();
};
}