summaryrefslogtreecommitdiff
path: root/tools/editor/editor_run.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/editor_run.h')
-rw-r--r--tools/editor/editor_run.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_run.h b/tools/editor/editor_run.h
index 0b96a2c91c..5aa2adf801 100644
--- a/tools/editor/editor_run.h
+++ b/tools/editor/editor_run.h
@@ -53,6 +53,8 @@ public:
void run_native_notify() { status=STATUS_PLAY; }
void stop();
+ OS::ProcessID get_pid() const { return pid; }
+
void set_debug_collisions(bool p_debug);
bool get_debug_collisions() const;