Computer Science 2574
Intro to Data Structures & Soft Eng

Screens.h

#ifndef SCREENS_H
#define SCREENS_H

	#include "odb.h"

	void odbmenu(char &odbchar);
	void startscreen();
	void helpscreen();
	void clearscreen();
	void TerminationScreen();
	void AboutScreen();

#endif