diff options
Diffstat (limited to 'platform/macos/export/macho.h')
-rw-r--r-- | platform/macos/export/macho.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/export/macho.h b/platform/macos/export/macho.h index 37975f0820..a84de7de60 100644 --- a/platform/macos/export/macho.h +++ b/platform/macos/export/macho.h @@ -181,6 +181,7 @@ class MachO : public RefCounted { public: static bool is_macho(const String &p_path); + static uint32_t get_filetype(const String &p_path); bool open_file(const String &p_path); |