summaryrefslogtreecommitdiff
path: root/src/gamestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamestate.h')
-rw-r--r--src/gamestate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gamestate.h b/src/gamestate.h
index 1d6d491..5825cfa 100644
--- a/src/gamestate.h
+++ b/src/gamestate.h
@@ -52,6 +52,9 @@ public:
52private: 52private:
53 void parse( const AstBranch::NodeList &lCode ); 53 void parse( const AstBranch::NodeList &lCode );
54 54
55 Gats::Object *scopeToGats( const Scope *pSrc ) const;
56 Gats::Object *variableToGats( const Variable &rVar ) const;
57
55private: 58private:
56 typedef Bu::List<Scope *> ScopeList; 59 typedef Bu::List<Scope *> ScopeList;
57 typedef Bu::Hash<Bu::String, Scope *> ScopeHash; 60 typedef Bu::Hash<Bu::String, Scope *> ScopeHash;