1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-27 06:27:45 +00:00

Don't expose ChatLogHeader publicly

This commit is contained in:
Joshua Goins 2023-12-02 20:27:02 -05:00
parent 61e6d2d5db
commit 7b739f655b

View file

@ -10,7 +10,7 @@ use crate::ByteSpan;
#[binrw] #[binrw]
#[allow(dead_code)] #[allow(dead_code)]
#[brw(little)] #[brw(little)]
pub struct ChatLogHeader { struct ChatLogHeader {
content_size: u32, content_size: u32,
file_size: u32, file_size: u32,