Applied patch for Forty, print patch and wxHTML book patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f1322419da
commit
fc7995487f
18 changed files with 458 additions and 231 deletions
|
|
@ -73,6 +73,7 @@ public:
|
|||
Game(int wins, int games, int score);
|
||||
virtual ~Game();
|
||||
|
||||
void Layout();
|
||||
void NewPlayer(int wins, int games, int score);
|
||||
void Deal(); // Shuffle and deal a new game
|
||||
bool CanYouGo(int x, int y); // can card under (x,y) go somewhere?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue