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:
parent
54965c8fac
commit
74ad7d121f
9 changed files with 70 additions and 20 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue