mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-07-17 11:04:16 -04:00
Slope parser test
This commit is contained in:
@ -27,6 +27,7 @@ enum ParseError
|
||||
kParseErrorMissingSlopeLengthDelimiter,
|
||||
kParseErrorMissingSlopeInitialValue,
|
||||
kParseErrorMissingSlopeFinalValue,
|
||||
kParseErrorMissingSlopeFrameCount,
|
||||
kParseErrorNotANumber,
|
||||
kParseErrorValueOutOfRange,
|
||||
kParseErrorFrameLengthTooShort,
|
||||
|
Reference in New Issue
Block a user