Computer Science 2574
Intro to Data Structures & Soft Eng

Odb.h

#ifndef ODB_H
#define ODB_H

	#include <iostream.h>
	#include<stdlib.h> //for the clearscreen function
	#include<string.h> //for string manipulation
	#include<fstream.h> //for filestream io
	#include<stdio.h> //for standard C io
	#include<ctype.h> // for islower and isupper functions
	#include<iomanip.h> //for output fomatting
	#include "screens.h"
	#include "getnames.h"
	#include "buildlist.h"
	#include "constants.h"
	#include "opencloseview.h"
	
#endif