mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 02:24:12 +02:00
fixes
This commit is contained in:
parent
c3ddcae443
commit
8f2c732945
22 changed files with 83 additions and 83 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue