mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-11 15:38:48 +08:00
Add cbg v2 impl (Have bug
This commit is contained in:
@@ -5,7 +5,7 @@ use std::io::Write;
|
||||
pub struct MsbBitStream<'a> {
|
||||
pub m_input: MemReaderRef<'a>,
|
||||
m_bits: u32,
|
||||
m_cached_bits: u32,
|
||||
pub m_cached_bits: u32,
|
||||
}
|
||||
|
||||
impl<'a> MsbBitStream<'a> {
|
||||
|
||||
Reference in New Issue
Block a user