raised the version to 0.9.7.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
added Hawk::Value::getTypeName(). fixed some build issues
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user