move from .h to .cpp
This commit is contained in:
@@ -280,3 +280,8 @@ bool MemoryCardManager::PathIsMemCard( CString sDir ) const
|
|||||||
return true;
|
return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CString MemoryCardManager::GetName( PlayerNumber pn ) const
|
||||||
|
{
|
||||||
|
return m_Device[pn].sName;
|
||||||
|
}
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ public:
|
|||||||
|
|
||||||
bool PathIsMemCard( CString sDir ) const;
|
bool PathIsMemCard( CString sDir ) const;
|
||||||
|
|
||||||
CString GetName( PlayerNumber pn ) const { return m_Device[pn].sName; }
|
CString GetName( PlayerNumber pn ) const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void AssignUnassignedCards(); // do our best to assign a Device to each player
|
void AssignUnassignedCards(); // do our best to assign a Device to each player
|
||||||
|
|||||||
Reference in New Issue
Block a user