summaryrefslogtreecommitdiffstats
path: root/test/src/example.h
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2023-10-22 10:07:09 -0500
committerGitHub <noreply@github.com>2023-10-22 10:07:09 -0500
commitedb52293d9a407161a17be875a3539a724551057 (patch)
treefdc94635776ee063998caa86058a9c2f9b6befe1 /test/src/example.h
parent379ce2b5e5dd5d15bf0a633f86f60686dee35176 (diff)
parent421c61e7306b6707e0bfcb88c7b88ce7f47820b0 (diff)
downloadredot-cpp-edb52293d9a407161a17be875a3539a724551057.tar.gz
Merge pull request #1278 from dsnopek/gdextension-callable-bind-test
Add test for `Callable.bind()`
Diffstat (limited to 'test/src/example.h')
-rw-r--r--test/src/example.h2
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;