//**************************************************************
//
// CS 240C   :Spring 2003 Ohio University Travis Dillon
// Project 2 :Emergency Room Triage
// file      :prog2.h
// started   :04-21-03
//
//**************************************************************

#ifndef PROG2_H
#define PROG2_H

using namespace std;

#include "time.h"
#include "date.h"
#include "patient.h"
#include "room.h"
#include "average.h"

#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <cstdlib>
#include <iomanip>
#include <set>

bool it_is(double probability);

#endif  //PROG2_H