1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 03:37:47 +00:00

Add repr(C) to ColumnDataType

This commit is contained in:
Joshua Goins 2025-03-23 19:38:03 -04:00
parent c6baabd404
commit 8c7ba051ed

View file

@ -30,6 +30,7 @@ pub struct EXHHeader {
#[binrw] #[binrw]
#[brw(repr(u16))] #[brw(repr(u16))]
#[repr(C)]
pub enum ColumnDataType { pub enum ColumnDataType {
String = 0x0, String = 0x0,
Bool = 0x1, Bool = 0x1,