J :
* Fix a number of warnings
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
#include "../include/GameApp.h"
|
||||
|
||||
const unsigned SimpleMenu::SIDE_SIZE = 7;
|
||||
const unsigned SimpleMenu::VMARGIN = 12;
|
||||
const unsigned SimpleMenu::HMARGIN = 27;
|
||||
const signed SimpleMenu::LINE_HEIGHT = 16;
|
||||
const unsigned SimpleMenu::VMARGIN = 16;
|
||||
const unsigned SimpleMenu::HMARGIN = 30;
|
||||
const signed SimpleMenu::LINE_HEIGHT = 28;
|
||||
const char* SimpleMenu::spadeLPath = "graphics/spade_ul.png";
|
||||
const char* SimpleMenu::spadeRPath = "graphics/spade_ur.png";
|
||||
const char* SimpleMenu::jewelPath = "graphics/jewel.png";
|
||||
|
||||
Reference in New Issue
Block a user