raised the version to 0.9.7.
All checks were successful
continuous-integration/drone/push Build is passing

added Hawk::Value::getTypeName().
fixed some build issues
This commit is contained in:
2024-04-16 12:05:50 +09:00
parent 0b9d05e5c3
commit 0407dd648c
14 changed files with 53 additions and 42 deletions

View File

@ -1046,6 +1046,7 @@ public:
}
int getType () const { return hawk_get_val_type(this->val); }
const hawk_ooch_t* getTypeName () const { return hawk_get_val_type_name(this->val); }
int getInt (hawk_int_t* v) const;
int getFlt (hawk_flt_t* v) const;