GameState::SaveProfile

This commit is contained in:
Glenn Maynard
2007-05-06 05:15:26 +00:00
parent 6b60a97092
commit ea104d9a76
2 changed files with 14 additions and 10 deletions
+1
View File
@@ -46,6 +46,7 @@ public:
bool JoinInput( PlayerNumber pn );
void LoadProfiles( bool bLoadEdits = true );
void SaveProfiles();
void SaveProfile( PlayerNumber pn );
bool HaveProfileToLoad();
bool HaveProfileToSave();
void SaveLocalData();