aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_parser.h
diff options
context:
space:
mode:
authorreduz2015-12-28 19:31:52 -0300
committerreduz2015-12-28 19:32:51 -0300
commit30c12297dc6df7d35df140475c0cec7308aea77a (patch)
treee09c1ed46a6d42bcaab5ff4f3a67749948ff6ff7 /modules/gdscript/gd_parser.h
parenteecfeb1d7681bf9186bc231e9ee8c5d36f2afcea (diff)
downloadgodot-30c12297dc6df7d35df140475c0cec7308aea77a.tar.gz
godot-30c12297dc6df7d35df140475c0cec7308aea77a.tar.zst
godot-30c12297dc6df7d35df140475c0cec7308aea77a.zip
Diffstat (limited to 'modules/gdscript/gd_parser.h')
-rw-r--r--modules/gdscript/gd_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_parser.h b/modules/gdscript/gd_parser.h
index 04f3dff3d..4aa5c8cfe 100644
--- a/modules/gdscript/gd_parser.h
+++ b/modules/gdscript/gd_parser.h
@@ -105,6 +105,7 @@ public:
Vector<FunctionNode*> static_functions;
Vector<Signal> _signals;
BlockNode *initializer;
+ BlockNode *ready;
ClassNode *owner;
//Vector<Node*> initializers;
int end_line;