summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-07-07 10:57:22 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-07-07 12:11:31 +0300
commit238ac2fdd5e9d93f51a32d9341c5b70eb66bb491 (patch)
tree3fae36eda29ef52d5c8d3fd27c3d957c55e45153 /core
parent8ec6c075bd38620358c1cadafa1a515a5711695a (diff)
[macOS] Improve file association handling, and allow URL schema handling.
Diffstat (limited to 'core')
-rw-r--r--core/os/os.h1
1 files changed, 1 insertions, 0 deletions
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<String> get_cmdline_args() const { return _cmdline; }
+ virtual List<String> get_cmdline_platform_args() const { return List<String>(); }
virtual String get_model_name() const;
bool is_layered_allowed() const { return _allow_layered; }