]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/canvas.h
Further fixes to references
[wxWidgets.git] / demos / forty / canvas.h
index 60abf5f2d3b46842f67eaf93529efb7b2510ea7a..28ef41f1c6e5318dda62f40589ef0973ce4612be 100644 (file)
@@ -37,6 +37,8 @@ public:
        void UpdateScores();
        void EnableHelpingHand(bool enable)             { m_helpingHand = enable; }
        void EnableRightButtonUndo(bool enable) { m_rightBtnUndo = enable; }
+        void LayoutGame();
+        void ShowPlayerDialog();
 
        DECLARE_EVENT_TABLE()