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