]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/canvas.h
fixed another return FALSE in a function returning a pointer (patch 545046)
[wxWidgets.git] / demos / forty / canvas.h
index 02a65fe385dc39c7facc395a71814aadc8041918..28ef41f1c6e5318dda62f40589ef0973ce4612be 100644 (file)
@@ -38,6 +38,7 @@ public:
        void EnableHelpingHand(bool enable)             { m_helpingHand = enable; }
        void EnableRightButtonUndo(bool enable) { m_rightBtnUndo = enable; }
         void LayoutGame();
+        void ShowPlayerDialog();
 
        DECLARE_EVENT_TABLE()