cleanup, simplify
This commit is contained in:
@@ -11,7 +11,7 @@ class Steps;
|
||||
|
||||
class DWILoader: public NotesLoader
|
||||
{
|
||||
void DWIcharToNote( char c, GameController i, DanceNote ¬e1Out, DanceNote ¬e2Out );
|
||||
void DWIcharToNote( char c, GameController i, int ¬e1Out, int ¬e2Out );
|
||||
void DWIcharToNoteCol( char c, GameController i, int &col1Out, int &col2Out );
|
||||
|
||||
bool LoadFromDWITokens(
|
||||
|
||||
Reference in New Issue
Block a user