]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/game.h
switching to native focus handling
[wxWidgets.git] / demos / forty / game.h
index 2360d15f4966723a52d8b8525ca885db9cf9f026..8ec14f9c2fecf072de8327d8f21a74d3f40eac1e 100644 (file)
@@ -73,6 +73,7 @@ public:
        Game(int wins, int games, int score);
        virtual ~Game();
 
        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?
        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?