Decouple <vector>
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#define NOTES_LOADER_DWI_H
|
||||
|
||||
#include <set>
|
||||
#include <vector>
|
||||
|
||||
|
||||
class Song;
|
||||
class Steps;
|
||||
@@ -25,7 +27,7 @@ namespace DWILoader
|
||||
* @return its success or failure.
|
||||
*/
|
||||
bool LoadFromDir( const RString &sPath, Song &out, std::set<RString> &BlacklistedImages );
|
||||
|
||||
|
||||
bool LoadNoteDataFromSimfile( const RString &path, Steps &out );
|
||||
}
|
||||
|
||||
@@ -36,7 +38,7 @@ namespace DWILoader
|
||||
* @author Chris Danford, Glenn Maynard (c) 2001-2004
|
||||
* @section LICENSE
|
||||
* All rights reserved.
|
||||
*
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the
|
||||
* "Software"), to deal in the Software without restriction, including
|
||||
@@ -46,7 +48,7 @@ namespace DWILoader
|
||||
* copyright notice(s) and this permission notice appear in all copies of
|
||||
* the Software and that both the above copyright notice(s) and this
|
||||
* permission notice appear in supporting documentation.
|
||||
*
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
||||
|
||||
Reference in New Issue
Block a user