Bag  0.91
io_functions.h
Go to the documentation of this file.
1 
8 #ifndef IO_FUNCTIONS_H
9 #define IO_FUNCTIONS_H
10 #include <iostream>
11 #include <sstream>
12 
13 using namespace std;
14 
19 void printMenu();
20 
26 int getInt();
27 
33 string getItem();
34 
35 #endif