Add the ability to read type

This commit is contained in:
Greg Hellings
2025-02-25 19:49:02 -06:00
parent fc904b33b3
commit 945823370b
6 changed files with 71 additions and 13 deletions
+2
View File
@@ -17,6 +17,8 @@ namespace sword_rs {
rust::String get_name() const;
rust::String get_type() const;
void increment();
bool is_skip_consecutive_links() const;