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:
@ -3663,6 +3663,10 @@ HAWK_EXPORT int hawk_get_val_type (
|
||||
hawk_val_t* val
|
||||
);
|
||||
|
||||
HAWK_EXPORT const hawk_ooch_t* hawk_get_val_type_name (
|
||||
hawk_val_t* val
|
||||
);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user