diff options
Diffstat (limited to 'test/src/example.h')
-rw-r--r-- | test/src/example.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/example.h b/test/src/example.h index 4dfda23..e922c48 100644 --- a/test/src/example.h +++ b/test/src/example.h @@ -157,6 +157,8 @@ public: void test_send_rpc(int p_value); int return_last_rpc_arg(); + void callable_bind(); + // Property. void set_custom_position(const Vector2 &pos); Vector2 get_custom_position() const; |