/in/blackjack.cpp: In function 'int main(int, char**)':
/in/blackjack.cpp:20:32: error: 'simple__or_counting' was not declared in this scope
play(bankroll, total_hand, simple__or_counting, sc_or_sos, deck);
^~~~~~~~~~~~~~~~~~~
/in/blackjack.cpp:20:32: note: suggested alternative: 'simple_or_counting'
play(bankroll, total_hand, simple__or_counting, sc_or_sos, deck);
^~~~~~~~~~~~~~~~~~~
simple_or_counting
/in/blackjack.cpp:20:5: error: 'play' was not declared in this scope
play(bankroll, total_hand, simple__or_counting, sc_or_sos, deck);
^~~~
/in/blackjack.cpp:20:5: note: suggested alternative: 'Player'
play(bankroll, total_hand, simple__or_counting, sc_or_sos, deck);
^~~~
Player