Add the ability to read type
This commit is contained in:
@@ -11,6 +11,10 @@ namespace sword_rs {
|
||||
return rust::String(this->module->getName());
|
||||
}
|
||||
|
||||
rust::String Module::get_type() const {
|
||||
return rust::String(this->module->getType());
|
||||
}
|
||||
|
||||
void Module::increment() {
|
||||
this->module->increment();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user