Switch to separate note patterns for couples. Add loader support.
This will break saving couples to DWI and probably the editor, too. Getting to that.
This commit is contained in:
@@ -13,12 +13,9 @@ class DWILoader {
|
||||
void DWIcharToNote( char c, GameController i, DanceNote ¬e1Out, DanceNote ¬e2Out );
|
||||
|
||||
bool LoadFromDWITokens(
|
||||
CString sMode,
|
||||
CString sDescription,
|
||||
CString sNumFeet,
|
||||
CString sStepData1,
|
||||
CString sStepData2,
|
||||
Notes &out);
|
||||
CString sMode, CString sDescription, CString sNumFeet, CString sStepData1,
|
||||
CString sStepData2,
|
||||
Notes &out, Notes &out2);
|
||||
|
||||
public:
|
||||
bool LoadFromDWIFile( CString sPath, Song &out );
|
||||
|
||||
Reference in New Issue
Block a user