Computer Science 2574
Intro to Data Structures & Soft Eng

/*
Module Name:  	ODB.h
Header File:    	odb.h
Implementation File 	odb.cpp

This is the main file for the program.  It's main job is to
handle the functions which handle calls from the GeoSim 
graphical interface.  These functions call functions in the other
modules to handle the file i/o, list management, etc.

Functions:  lots - see prototypes and function definitions in odb.c


Called by :  GeoSim.h

Author:  Jon Ford
Version: 1.0
Revised: 3/7/96
*/