menu.h
Go to the documentation of this file.
00001 #ifndef MENU_HEADER
00002 #define MENU_HEADER
00003 
00004 
00005 #include <iostream>
00006 #include <sstream>
00007 
00008 using namespace std;
00009 
00010 
00011 void print_menu_names(const string names[], int count);
00012 
00013 int get_menu(const string names[], int count);
00014 
00015 #endif
 All Classes Files Functions