/in/player.cpp: In member function 'virtual bool Simple::draw(Card, const Hand&)':
/in/player.cpp:23:14: error: 'const class Hand' has no member named 'count'
if (player.count <= 11) {
^~~~~
/in/player.cpp:27:19: error: 'const class Hand' has no member named 'count'
else if (player.count == 12) {
^~~~~
/in/player.cpp:37:19: error: 'const class Hand' has no member named 'count'
else if (player.count >= 13 && player.count <= 16) {
^~~~~
/in/player.cpp:37:41: error: 'const class Hand' has no member named 'count'
else if (player.count >= 13 && player.count <= 16) {
^~~~~