Added Sint8 and Uint8 types
This commit is contained in:
parent
0a54ae24c3
commit
1e4ce733fc
|
@ -16,6 +16,8 @@ ScriptCode = Type("ScriptCode", "h")
|
|||
Size = Type("Size", "l")
|
||||
Style = Type("Style", "b")
|
||||
|
||||
UInt8 = Type("UInt8", "b")
|
||||
SInt8 = Type("SInt8", "b")
|
||||
UInt16 = Type("UInt16", "h")
|
||||
SInt16 = Type("SInt16", "h")
|
||||
UInt32 = Type("UInt32", "l")
|
||||
|
|
Loading…
Reference in New Issue