summaryrefslogtreecommitdiffstats
path: root/editor/editor_run.h
diff options
context:
space:
mode:
authorLuke Priebe <lucas_priebe@brown.edu>2023-03-28 13:24:29 -0500
committerLuke Priebe <lucas_priebe@brown.edu>2023-03-30 19:53:19 -0500
commitc39cae4dcfe4f087a805e9746c061fb716fb3b56 (patch)
tree1381cb0fbbe52f51b29364cc983339d213529dbd /editor/editor_run.h
parent23394bebed07e172f77601baedbd78fd4f423694 (diff)
downloadredot-engine-c39cae4dcfe4f087a805e9746c061fb716fb3b56.tar.gz
Prevent quoted arguments 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 68c8742f79..686a436b03 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;