A necessary header file for bjack.cpp (C++)
#include<iostream.h>
#include<stdlib.h>
#include<time.h>
int drawCard(); //Draw a random card (for player or dealer)
char hitStay(); //Returns if they want to hit or stay
void dealerRoutine(); //Automate the card selection of the dealer
char makeLowerCase(char move); //Makes lowercase out of an uppercase char
void determineWinner(); //From player and dealer totals, determine winner
int finish(); //End the game (ask to play again)