//******************************************************************************
//
// CS 240C : Spring 2003 Ohio University Travis Dillon
// Project 5 : Checkers
// file : prog5.h
// started : 05-13-03
// summary : This header file is for all the include statements.
//
//******************************************************************************
#ifndef PROG5_H
#define PROG5_H
using namespace std;
#include "game.h"
#include "checker.h"
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <cstdlib>
#include <iomanip>
#include <cmath>
#include <cctype>
#endif //PROG5_H