* Get a resolver for the \a scope. * @return The resolver for the requested scope. */ virtual */
| 131 | * @return The resolver for the requested scope. |
| 132 | */ |
| 133 | /* virtual */ ScopeResolver *ResolverObject::GetScope(VarSpriteGroupScope, uint8_t) |
| 134 | { |
| 135 | return &this->default_scope; |
| 136 | } |
| 137 | |
| 138 | /* Evaluate an adjustment for a variable of the given size. |
| 139 | * U is the unsigned type and S is the signed type to use. */ |