//****************************************************************************
//
// Cs404      : Winter 2004 Ohio University Travis Dillon
// Homework 7 : Programming Assignment 2 Moving on a checkerboard
// file       : prog2.h
// started    : 03-02-04
// summary    : This header file holds all the using and include statements.
//
//****************************************************************************


#ifndef PROG1_H
#define PROG1_H

#include <iostream>
#include <string>

using namespace std;

#include "checker.h"

#endif  //PROG1_H