Now with increment and decrement
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user