summaryrefslogtreecommitdiffstats
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/macos/godot_menu_item.h b/platform/macos/godot_menu_item.h
index b816ea1b3a..b6e2d41c08 100644
--- a/platform/macos/godot_menu_item.h
+++ b/platform/macos/godot_menu_item.h
@@ -36,6 +36,9 @@
#import <AppKit/AppKit.h>
#import <Foundation/Foundation.h>
+#define MENU_TAG_START 0x00004447
+#define MENU_TAG_END 0xFFFF4447
+
enum GlobalMenuCheckType {
CHECKABLE_TYPE_NONE,
CHECKABLE_TYPE_CHECK_BOX,