X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70d26c3f4ffb24d50457d405c9595fd23f9e5b7c..7b1279006496ba3251a755bcef91301ad107bb78:/demos/forty/pile.h diff --git a/demos/forty/pile.h b/demos/forty/pile.h index 49eb8c9b54..5248db0586 100644 --- a/demos/forty/pile.h +++ b/demos/forty/pile.h @@ -69,6 +69,7 @@ public: virtual bool AcceptCard(Card*) { return FALSE; } virtual void AddCard(Card* card); // Add card to top of pile virtual void AddCard(wxDC& pDC, Card* card); // Add card + redraw it + void SetPos(int x,int y) {m_x = x;m_y = y;}; protected: int m_x, m_y; // Position of the pile on the screen