diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-11-01 14:12:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 14:12:33 +0100 |
commit | 4d96d37ca2200fddaa56980a80d69265bedbebae (patch) | |
tree | 05f60739b5a0b5b3910425b4a2c767f30dc0aba9 /core/core_bind.h | |
parent | 02ae47154cfb17c42e73dc16b2ca6b8218862d69 (diff) | |
parent | 0b6b8427c81f60f6298491100ceaed3247649539 (diff) | |
download | redot-engine-4d96d37ca2200fddaa56980a80d69265bedbebae.tar.gz |
Merge pull request #54476 from bruvzg/monterey_create_instance
Diffstat (limited to 'core/core_bind.h')
-rw-r--r-- | core/core_bind.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/core_bind.h b/core/core_bind.h index 010d1e2419..72865f583c 100644 --- a/core/core_bind.h +++ b/core/core_bind.h @@ -165,6 +165,7 @@ public: String get_executable_path() const; int execute(const String &p_path, const Vector<String> &p_arguments, Array r_output = Array(), bool p_read_stderr = false); int create_process(const String &p_path, const Vector<String> &p_arguments); + int create_instance(const Vector<String> &p_arguments); Error kill(int p_pid); Error shell_open(String p_uri); |