mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-20 11:47:46 +00:00
Add some derives for ColumnDataType
This commit is contained in:
parent
8c7ba051ed
commit
eee7d5867f
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ pub struct EXHHeader {
|
||||||
|
|
||||||
#[binrw]
|
#[binrw]
|
||||||
#[brw(repr(u16))]
|
#[brw(repr(u16))]
|
||||||
#[repr(C)]
|
#[repr(u16)]
|
||||||
|
#[derive(PartialEq, Eq, Clone, Debug)]
|
||||||
pub enum ColumnDataType {
|
pub enum ColumnDataType {
|
||||||
String = 0x0,
|
String = 0x0,
|
||||||
Bool = 0x1,
|
Bool = 0x1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue