summaryrefslogtreecommitdiffstats
path: root/editor/editor_run.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-06-21 10:18:37 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-06-21 10:18:37 +0200
commit78518be1946da573232731489e19cc74ea5f4d10 (patch)
tree0ae7b90da5952f6a425ed9f57e59c1874474a7da /editor/editor_run.h
parent9e56f28d0e77530f21bd38d1ef5dfb9b31072818 (diff)
parentc39cae4dcfe4f087a805e9746c061fb716fb3b56 (diff)
downloadredot-engine-78518be1946da573232731489e19cc74ea5f4d10.tar.gz
Merge pull request #75444 from lpriebe/editor-run-arg-split-fix
Prevent quoted args in `editor/main_run_args` from being split at spaces
Diffstat (limited to 'editor/editor_run.h')
-rw-r--r--editor/editor_run.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_run.h b/editor/editor_run.h
index bd6770ae3d..01904489cc 100644
--- a/editor/editor_run.h
+++ b/editor/editor_run.h
@@ -47,6 +47,8 @@ private:
Status status;
String running_scene;
+ Vector<String> _split_cmdline_args(const String &arg_string);
+
public:
Status get_status() const;
String get_running_scene() const;