X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70d26c3f4ffb24d50457d405c9595fd23f9e5b7c..f1d527c1ad25cd8de0082cb4c70afdb872831b6a:/demos/forty/game.h?ds=sidebyside diff --git a/demos/forty/game.h b/demos/forty/game.h index 2360d15f49..8ec14f9c2f 100644 --- a/demos/forty/game.h +++ b/demos/forty/game.h @@ -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?