aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_run_script.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_run_script.h')
-rw-r--r--editor/editor_run_script.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/editor/editor_run_script.h b/editor/editor_run_script.h
index 3ab8525cc..270600db6 100644
--- a/editor/editor_run_script.h
+++ b/editor/editor_run_script.h
@@ -31,18 +31,17 @@
#include "reference.h"
-
class EditorNode;
class EditorScript : public Reference {
- GDCLASS( EditorScript, Reference );
+ GDCLASS(EditorScript, Reference);
EditorNode *editor;
-protected:
+protected:
static void _bind_methods();
-public:
+public:
void add_root_node(Node *p_node);
Node *get_scene();