mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-20 11:47:46 +00:00
Define enum size for Language
This commit is contained in:
parent
ca4962c876
commit
4ac3fc378d
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ use binrw::binread;
|
||||||
|
|
||||||
#[binread]
|
#[binread]
|
||||||
#[br(repr(u8))]
|
#[br(repr(u8))]
|
||||||
|
#[repr(u8)]
|
||||||
pub enum Language {
|
pub enum Language {
|
||||||
None,
|
None,
|
||||||
Japanese,
|
Japanese,
|
||||||
|
|
Loading…
Add table
Reference in a new issue