//************************** // Filename: main.h // Author: Aaron Rogers // Updated: 09/04/02 // Purpose: Tic Tac Toe game //************************** #ifndef MAIN_H #define MAIN_H #include "ai.h" #include "game.h" #endif