m_pack->GetTopCardPos(x, y);
x += 12 * CardWidth - 105;
- int w, h;
+ wxCoord w, h;
{
- long width, height;
+ wxCoord width, height;
dc.GetTextExtent(_T("Average score:m_x"), &width, &height);
w = width;
h = height;
{
delete m_cards[m_topCard];
}
-};
+}
//------------------------------------------------------//