1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 10:34:11 +02:00

adjust to bitbuffer rename

This commit is contained in:
Robin Appelman 2020-02-13 00:02:43 +01:00
commit c0117de169
27 changed files with 42 additions and 42 deletions

View file

@ -1,7 +1,7 @@
use std::collections::HashMap;
use std::iter::FromIterator;
use bitstream_reader::{BitRead, LittleEndian};
use bitbuffer::{BitRead, LittleEndian};
use parse_display::Display;
use crate::demo::gameevent_gen::GameEventType;