src/script/ast.cpp

branch
scripting
changeset 921
e2e9f594de66
child 924
d1ac217c9165
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/script/ast.cpp	Mon Jan 26 01:16:56 2015 +0200
@@ -0,0 +1,7 @@
+#include "ast.h"
+
+Script::AstNode::AstNode (QSharedPointer<AstNode> parent) :
+	m_parent (parent)
+{
+
+}

mercurial