diff options
Diffstat (limited to 'core/core_string_names.h')
-rw-r--r-- | core/core_string_names.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/core_string_names.h b/core/core_string_names.h index a507a20935..42416d3f75 100644 --- a/core/core_string_names.h +++ b/core/core_string_names.h @@ -90,6 +90,11 @@ public: StringName g8; StringName b8; StringName a8; + + StringName call; + StringName call_deferred; + StringName emit; + StringName notification; }; #endif // SCENE_STRING_NAMES_H |