diff --git a/src/exh.rs b/src/exh.rs index 6fb0518..c3e283a 100644 --- a/src/exh.rs +++ b/src/exh.rs @@ -30,6 +30,7 @@ pub struct EXHHeader { #[binrw] #[brw(repr(u16))] +#[repr(C)] pub enum ColumnDataType { String = 0x0, Bool = 0x1,