summaryrefslogtreecommitdiffstats
path: root/test/src/example.h
diff options
context:
space:
mode:
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 a15b6f1..fb331a5 100644
--- a/test/src/example.h
+++ b/test/src/example.h
@@ -87,6 +87,8 @@ public:
ExampleRef *return_extended_ref() const;
Ref<ExampleRef> extended_ref_checks(Ref<ExampleRef> p_ref) const;
Variant varargs_func(const Variant **args, GDNativeInt arg_count, GDNativeCallError &error);
+ int varargs_func_nv(const Variant **args, GDNativeInt arg_count, GDNativeCallError &error);
+ void varargs_func_void(const Variant **args, GDNativeInt arg_count, GDNativeCallError &error);
void emit_custom_signal(const String &name, int value);
Array test_array() const;