1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 19:57:45 +00:00

Define enum size for Language

This commit is contained in:
Joshua Goins 2022-07-21 20:08:14 -04:00
parent ca4962c876
commit 4ac3fc378d

View file

@ -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,