summaryrefslogtreecommitdiff
path: root/platform/macos/godot_menu_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/godot_menu_item.h')
-rw-r--r--platform/macos/godot_menu_item.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/macos/godot_menu_item.h b/platform/macos/godot_menu_item.h
index e0b9f41632..e96f5dc1cf 100644
--- a/platform/macos/godot_menu_item.h
+++ b/platform/macos/godot_menu_item.h
@@ -45,6 +45,7 @@ enum GlobalMenuCheckType {
@interface GodotMenuItem : NSObject {
@public
Callable callback;
+ Callable key_callback;
Variant meta;
GlobalMenuCheckType checkable_type;
int max_states;
@@ -54,7 +55,4 @@ enum GlobalMenuCheckType {
@end
-@implementation GodotMenuItem
-@end
-
#endif // GODOT_MENU_ITEM_H