* Stop using the deprecated drand48().
* Define constants in the cpp file.
This commit is contained in:
jean.chalard
2009-08-22 06:27:03 +00:00
parent 73d27eec05
commit 8f8db8df14
3 changed files with 17 additions and 14 deletions

View File

@@ -4,6 +4,9 @@
#define CARD_WIDTH (31)
const float GuiPlay::HORZWIDTH = 300.0f;
const float GuiPlay::VERTHEIGHT = 80.0f;
void GuiPlay::CardStack::reset(float x, float y)
{
this->x = 0; baseX = x;