diff options
Diffstat (limited to 'test/src/example.h')
-rw-r--r-- | test/src/example.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/example.h b/test/src/example.h index 6e00b7f..49d103e 100644 --- a/test/src/example.h +++ b/test/src/example.h @@ -65,6 +65,7 @@ protected: void _get_property_list(List<PropertyInfo> *p_list) const; bool _property_can_revert(const StringName &p_name) const; bool _property_get_revert(const StringName &p_name, Variant &r_property) const; + void _validate_property(PropertyInfo &p_property) const; String _to_string() const; |