1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

pass parser state to handlers

This commit is contained in:
Robin Appelman 2022-08-05 23:43:15 +02:00
commit 74ad7d121f
9 changed files with 70 additions and 20 deletions

View file

@ -56,6 +56,7 @@ impl MessageHandler for PropAnalyzer {
&mut self,
parse_tables: &[ParseSendTable],
_server_classes: &[ServerClass],
_parser_state: &ParserState,
) {
for table in parse_tables {
for prop_def in &table.props {