diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-12-29 14:49:02 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-29 14:49:02 -0700 |
commit | 162ccd918698f53ef9ff7ba80091969d93aa789d (patch) | |
tree | b01d84a31a5fec69a07cdbef75fa777529dfacc7 /src/game.h | |
parent | 533310f646f1b1a00250a361f627967c420f1eef (diff) | |
download | stage-162ccd918698f53ef9ff7ba80091969d93aa789d.tar.gz stage-162ccd918698f53ef9ff7ba80091969d93aa789d.tar.bz2 stage-162ccd918698f53ef9ff7ba80091969d93aa789d.tar.xz stage-162ccd918698f53ef9ff7ba80091969d93aa789d.zip |
Situation code actually processes now.
Most of the AstNode types are unhandled yet.
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ public: | |||
17 | virtual ~Game(); | 17 | virtual ~Game(); |
18 | 18 | ||
19 | Function *getFunction( const Bu::String &sName ); | 19 | Function *getFunction( const Bu::String &sName ); |
20 | Variable getParam( const Bu::String &sName ) const; | ||
21 | Situation *getSituation( const Bu::String &sName ); | ||
20 | 22 | ||
21 | private: | 23 | private: |
22 | void addFunction( Function *pFunc ); | 24 | void addFunction( Function *pFunc ); |