]>
git.saurik.com Git - wxWidgets.git/blob - demos/forty/scoredg.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Forty Thieves patience game
4 // Author: Chris Breeze
8 // Copyright: (c) 1993-1998 Chris Breeze
9 // Licence: wxWindows licence
10 //---------------------------------------------------------------------------
11 // Last modified: 22nd July 1998 - ported to wxWindows 2.0
12 /////////////////////////////////////////////////////////////////////////////
16 class ScoreDialog
: public wxDialog
19 ScoreDialog(wxWindow
* parent
, ScoreFile
* file
);
20 virtual ~ScoreDialog();
25 void OnCloseWindow(wxCloseEvent
& event
);
28 ScoreFile
* m_scoreFile
;