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

make handler public so custom analyzers can impl BorrowMessageHandler

This commit is contained in:
Tails8521 2020-09-18 22:28:48 +02:00 committed by Robin Appelman
commit 6ecb665f33

View file

@ -14,7 +14,7 @@ use crate::Stream;
mod analyser; mod analyser;
mod error; mod error;
pub mod gamestateanalyser; pub mod gamestateanalyser;
mod handler; pub mod handler;
mod messagetypeanalyser; mod messagetypeanalyser;
mod state; mod state;