add positioning mode selection

This commit is contained in:
Glenn Maynard
2003-04-18 02:13:23 +00:00
parent 26ee13bb0c
commit 7184d4acd5
3 changed files with 46 additions and 4 deletions
+1
View File
@@ -55,6 +55,7 @@ public:
void Load(PlayerNumber pn);
void GetNamesForCurrentGame(vector<CString> &IDs);
bool IsValidModeForCurrentGame(CString mode) const { return GetID(mode) != -1; }
private:
CString m_Filename;