From 238ac2fdd5e9d93f51a32d9341c5b70eb66bb491 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Thu, 7 Jul 2022 10:57:22 +0300 Subject: [macOS] Improve file association handling, and allow URL schema handling. --- core/os/os.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/os') diff --git a/core/os/os.h b/core/os/os.h index af6c38cbe0..0428f6df2a 100644 --- a/core/os/os.h +++ b/core/os/os.h @@ -160,6 +160,7 @@ public: virtual String get_name() const = 0; virtual List get_cmdline_args() const { return _cmdline; } + virtual List get_cmdline_platform_args() const { return List(); } virtual String get_model_name() const; bool is_layered_allowed() const { return _allow_layered; } -- cgit v1.2.3