1 2 3 4 5 6 7 8 9
#ifndef OXEN_GAME_H #define OXEN_GAME_H #define MIN_CARD 1 #define MAX_CARD 104 void start_game(void); #endif // OXEN_GAME_H