support loading BGAs from XML

This commit is contained in:
Chris Danford
2005-01-07 22:01:57 +00:00
parent 6b885a56a2
commit ea43f8ee1b
6 changed files with 87 additions and 39 deletions
+1
View File
@@ -290,6 +290,7 @@ CString NoteSkinManager::GetPathToFromDir( const CString &sDir, const CString &s
CStringArray matches; // fill this with the possible files
GetDirListing( sDir+sFileName+"*.redir", matches, false, true );
GetDirListing( sDir+sFileName+"*.xml", matches, false, true );
GetDirListing( sDir+sFileName+"*.actor", matches, false, true );
GetDirListing( sDir+sFileName+"*.model", matches, false, true );
GetDirListing( sDir+sFileName+"*.txt", matches, false, true );