Now with increment and decrement

This commit is contained in:
Greg Hellings
2025-02-25 15:36:58 -06:00
parent 0c7843b386
commit 93b2cb6447
5 changed files with 31 additions and 5 deletions
+4
View File
@@ -13,8 +13,12 @@ namespace sword_rs {
public:
Module(sword::SWModule* module);
void decrement();
rust::String get_name() const;
void increment();
rust::String render_text();
void set_key_text(const rust::String& keyText);