+ fixed internal.h incude
This commit is contained in:
parent
9d0766612f
commit
c8f2ce4027
|
@ -19,7 +19,7 @@ public:
|
|||
|
||||
};
|
||||
|
||||
const Color black = Color(0, 0, 0);
|
||||
const Color white = Color(255, 255, 255);
|
||||
const static Color black = Color(0, 0, 0);
|
||||
const static Color white = Color(255, 255, 255);
|
||||
|
||||
#endif
|
||||
|
|
|
@ -9,7 +9,7 @@ public:
|
|||
int getValue();
|
||||
};
|
||||
|
||||
const KeyCode Backspace = KeyCode(8);
|
||||
const KeyCode tabulator = KeyCode(9);
|
||||
const static KeyCode Backspace = KeyCode(8);
|
||||
const static KeyCode tabulator = KeyCode(9);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue