summaryrefslogtreecommitdiff
path: root/core/method_ptrcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/method_ptrcall.h')
-rw-r--r--core/method_ptrcall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/method_ptrcall.h b/core/method_ptrcall.h
index 6ccf41229f..42d71dea46 100644
--- a/core/method_ptrcall.h
+++ b/core/method_ptrcall.h
@@ -128,6 +128,8 @@ MAKE_PTRARG_BY_REFERENCE(Color);
MAKE_PTRARG(NodePath);
MAKE_PTRARG(RID);
MAKE_PTRARG(Dictionary);
+MAKE_PTRARG(Callable);
+MAKE_PTRARG(Signal);
MAKE_PTRARG(Array);
MAKE_PTRARG(PackedByteArray);
MAKE_PTRARG(PackedIntArray);