//**************************************************************
//
// CS 240B Winter Quarter 2003 Ohio University Travis Dillon
// Proj3 : Monte Carlo
// file : prog3.h
// started : 01-30-03
//
//**************************************************************
#ifndef PROG3_H
#define PROG3_H
#include <iostream>
#include <cstdlib>
using namespace std;
const int SCR_COLS(80);
const int SCR_ROWS(50);
#endif //PROG3_H