#ifndef DEF_INPUT_H #define DEF_INPUT_H #include #include using namespace std; /* Retrieves user input */ vector get_input(vector history); #endif