Added Sint8 and Uint8 types

This commit is contained in:
Jack Jansen 1995-12-09 14:02:54 +00:00
parent 0a54ae24c3
commit 1e4ce733fc
1 changed files with 2 additions and 0 deletions

View File

@ -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")