mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-20 19:57:45 +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]
|
#[binrw]
|
||||||
#[brw(repr(u16))]
|
#[brw(repr(u16))]
|
||||||
|
#[repr(C)]
|
||||||
pub enum ColumnDataType {
|
pub enum ColumnDataType {
|
||||||
String = 0x0,
|
String = 0x0,
|
||||||
Bool = 0x1,
|
Bool = 0x1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue