diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-12-29 23:30:49 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-29 23:30:49 -0700 |
commit | 35f71b12dc48a928d98743f607f62b2f6dbe7307 (patch) | |
tree | f4297f57e570f52f3776392fc8ed4075db1ab4ac /src/gamebuilder.h | |
parent | f66458278ce3663397fc985a1253c85b74f011e6 (diff) | |
download | stage-35f71b12dc48a928d98743f607f62b2f6dbe7307.tar.gz stage-35f71b12dc48a928d98743f607f62b2f6dbe7307.tar.bz2 stage-35f71b12dc48a928d98743f607f62b2f6dbe7307.tar.xz stage-35f71b12dc48a928d98743f607f62b2f6dbe7307.zip |
Goto works, scopes work.
Diffstat (limited to 'src/gamebuilder.h')
-rw-r--r-- | src/gamebuilder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamebuilder.h b/src/gamebuilder.h index e4ead71..9e40f48 100644 --- a/src/gamebuilder.h +++ b/src/gamebuilder.h | |||
@@ -31,7 +31,7 @@ public: | |||
31 | void addNode( AstNode::Type iType ); | 31 | void addNode( AstNode::Type iType ); |
32 | void closeNode(); | 32 | void closeNode(); |
33 | void addLiteral( const Variable &v ); | 33 | void addLiteral( const Variable &v ); |
34 | void addVarRef( const Bu::String &sName ); | 34 | void addVarRef( const Bu::String &sName, ScopeId sid ); |
35 | void addFuncCall( const Bu::String &sName ); | 35 | void addFuncCall( const Bu::String &sName ); |
36 | 36 | ||
37 | void beginGlobal(); | 37 | void beginGlobal(); |