/* * main.hpp * * Created on: Sep 22, 2010 * Author: Michael J. Fischer * for use in Yale course CPSC 427a, Fall 2010 */ #pragma once // This file contains all the includes needed to compile main.cpp #include "sim.hpp" #include "tools.hpp"