move from .h to .cpp

This commit is contained in:
Chris Danford
2004-04-23 05:40:07 +00:00
parent 691d0091a3
commit e4353d5cb8
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -280,3 +280,8 @@ bool MemoryCardManager::PathIsMemCard( CString sDir ) const
return true;
return false;
}
CString MemoryCardManager::GetName( PlayerNumber pn ) const
{
return m_Device[pn].sName;
}
+1 -1
View File
@@ -41,7 +41,7 @@ public:
bool PathIsMemCard( CString sDir ) const;
CString GetName( PlayerNumber pn ) const { return m_Device[pn].sName; }
CString GetName( PlayerNumber pn ) const;
protected:
void AssignUnassignedCards(); // do our best to assign a Device to each player