small cleanup craps
This commit is contained in:
@@ -203,7 +203,6 @@ static void Deserialize( Song &out, const Json::Value &root )
|
||||
FOREACH( Steps*, vpSteps, iter )
|
||||
out.AddSteps( *iter );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
bool NotesLoaderJson::LoadFromJsonFile( const RString &sPath, Song &out )
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
#include "NoteTypes.h"
|
||||
#include "NotesLoader.h"
|
||||
|
||||
// XXX: this is mostly a copy of NotesLoaderBMS and should be consolidated there. -aj
|
||||
|
||||
typedef multimap<RString, RString> NameToData_t;
|
||||
typedef map<int, float> MeasureToTimeSig_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user