mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-07-17 11:04:16 -04:00
Test split string
This commit is contained in:
@ -44,5 +44,10 @@ struct FrameSequenceParser
|
||||
int minValue,
|
||||
int maxValue,
|
||||
ParseError* error);
|
||||
void splitSegment (const String& input,
|
||||
SegmentIndexes indexes,
|
||||
String& beforeRepeat,
|
||||
String& insideRepeat,
|
||||
String& afterRelease);
|
||||
SegmentIndexes findSegment(const String& input);
|
||||
};
|
||||
|
Reference in New Issue
Block a user