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

Add some derives for ColumnDataType

This commit is contained in:
Joshua Goins 2025-03-23 19:41:15 -04:00
parent 8c7ba051ed
commit eee7d5867f

View file

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