J :
* Stop using the deprecated drand48(). * Define constants in the cpp file.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user