mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 02:24:12 +02:00
adjust to bitbuffer rename
This commit is contained in:
parent
90c5e6c7f9
commit
c0117de169
27 changed files with 42 additions and 42 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use crate::Stream;
|
||||
/// Messages that consists only of primitives and string and can be derived
|
||||
use bitstream_reader::{BitRead, LittleEndian};
|
||||
use bitbuffer::{BitRead, LittleEndian};
|
||||
use std::collections::HashMap;
|
||||
|
||||
#[derive(BitRead, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue