// Last modified: 22nd July 1998 - ported to wxWidgets 2.0
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation
-#pragma interface
-#endif
-
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
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];
}
-};
+}
//------------------------------------------------------//