More prototypes.

This commit is contained in:
Jason Felds
2011-06-12 03:47:22 -04:00
parent 986fbd6468
commit 7acbe91683
6 changed files with 10 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@
#include "Steps.h"
#include "GameManager.h"
void Deserialize(BPMSegment &seg, const Json::Value &root);
void NotesLoaderJson::GetApplicableFiles( const RString &sPath, vector<RString> &out )
{
GetDirListing( sPath + RString("*.json"), out );