* 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
+2 -2
View File
@@ -7,8 +7,8 @@
class GuiPlay : public GuiLayer
{
public:
static const float HORZWIDTH = 300.0f;
static const float VERTHEIGHT = 80.0f;
static const float HORZWIDTH;
static const float VERTHEIGHT;
typedef vector<CardView*>::iterator iterator;
protected: