| 641 | } |
| 642 | |
| 643 | int LexState::PropGetInt(const char *key, int defaultValue) const { |
| 644 | return props.GetInt(key, defaultValue); |
| 645 | } |
| 646 | |
| 647 | int LexState::PropGetExpanded(const char *key, char *result) const { |
| 648 | return props.GetExpanded(key, result); |