X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a5bcc4db0851bf8cd3063917511b0b17c7f9679..f321d0bc0caf4d78ccc5426e926fc25c46297439:/demos/forty/scorefil.h?ds=sidebyside diff --git a/demos/forty/scorefil.h b/demos/forty/scorefil.h index 9e91de438e..a6d2121a67 100644 --- a/demos/forty/scorefil.h +++ b/demos/forty/scorefil.h @@ -6,9 +6,9 @@ // Created: 21/07/97 // RCS-ID: $Id$ // Copyright: (c) 1993-1998 Chris Breeze -// Licence: wxWindows licence +// Licence: wxWindows licence //--------------------------------------------------------------------------- -// Last modified: 22nd July 1998 - ported to wxWindows 2.0 +// Last modified: 22nd July 1998 - ported to wxWidgets 2.0 ///////////////////////////////////////////////////////////////////////////// #ifndef _SCOREFILE_H_ #define _SCOREFILE_H_ @@ -17,19 +17,19 @@ class ScoreFile { public: - ScoreFile(const wxString& appName); - virtual ~ScoreFile(); + ScoreFile(const wxString& appName); + virtual ~ScoreFile(); - void GetPlayerList( wxArrayString &list ); - wxString GetPreviousPlayer() const; + void GetPlayerList( wxArrayString &list ); + wxString GetPreviousPlayer() const; - void ReadPlayersScore(const wxString& player, int& wins, int& games, int &score); - void WritePlayersScore(const wxString& player, int wins, int games, int score); + void ReadPlayersScore(const wxString& player, int& wins, int& games, int &score); + void WritePlayersScore(const wxString& player, int wins, int games, int score); private: - long CalcCheck(const wxString& name, int p1, int p2, int p3); - wxString m_configFilename; - wxConfig* m_config; + long CalcCheck(const wxString& name, int p1, int p2, int p3); + wxString m_configFilename; + wxConfig* m_config; }; #endif