| 3031 | GameEvaluator::~GameEvaluator() = default; |
| 3032 | |
| 3033 | GameVarSpace* GameState::GetContext() const |
| 3034 | { |
| 3035 | return _e->local; |
| 3036 | } |
| 3037 | |
| 3038 | void GameState::BeginContext(GameVarSpace* vars) const |
| 3039 | { |
no outgoing calls
no test coverage detected