MemoryCardManager::PathIsMemCard

This commit is contained in:
Glenn Maynard
2004-03-23 22:33:14 +00:00
parent 1acc77a16f
commit 1057cf4237
2 changed files with 10 additions and 1 deletions
+2 -1
View File
@@ -23,7 +23,6 @@ const CString MEM_CARD_MOUNT_POINT[NUM_PLAYERS] =
"@mc2/",
};
class MemoryCardManager
{
public:
@@ -40,6 +39,8 @@ public:
void FlushAllDisks(); // force all files to be written to mounted memory cards
bool PathIsMemCard( CString sDir ) const;
protected:
void AssignUnassignedCards(); // do our best to assign a Device to each player