//*****************************************
// Filename: main.h
// Author: Aaron Rogers
// Updated: 11/02/02
// Purpose: Hearts game AI
//*****************************************
// This file is part of HAM Tutorial Hearts
// Copyright 2002 Aaron Rogers
// See README.txt for more information
//*****************************************


#ifndef MAIN_H
#define MAIN_H

#include "ai.h"
#include "game.h"


#endif