1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 02:24:12 +02:00
This commit is contained in:
Robin Appelman 2020-03-05 23:31:08 +01:00
commit 8f2c732945
22 changed files with 83 additions and 83 deletions

View file

@ -1,7 +1,7 @@
use crate::Stream;
/// Messages that consists only of primitives and string and can be derived
use bitbuffer::{BitRead, LittleEndian};
use std::collections::HashMap;
#[derive(BitRead, Debug)]
pub struct FileMessage {