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