summaryrefslogtreecommitdiffstats
path: root/core/core_string_names.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/core_string_names.h')
-rw-r--r--core/core_string_names.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/core_string_names.h b/core/core_string_names.h
index 1a18c84572..43597ef301 100644
--- a/core/core_string_names.h
+++ b/core/core_string_names.h
@@ -92,6 +92,8 @@ public:
StringName call;
StringName call_deferred;
+ StringName bind;
+ StringName unbind;
StringName emit;
StringName notification;
};