This commit is contained in:
coolreader18
2019-08-18 23:11:56 -05:00
parent ab4aeece96
commit 3a15121324

View File

@@ -137,6 +137,7 @@ macro_rules! def_array_enum {
def_array_enum!(
(SignedByte, i8, 'b'),
(UnsignedByte, u8, 'B'),
// TODO: support unicode char
(SignedShort, i16, 'h'),
(UnsignedShort, u16, 'H'),
(SignedInt, i16, 'i'),