12 lines
229 B
C++
12 lines
229 B
C++
|
|
|
|
#include "Query.h"
|
|
|
|
using std::cin;
|
|
|
|
|
|
|
|
void interface(vector<Park_spot>& spots);
|
|
void interface_member(vector<Park_spot>& spots);
|
|
void interface_admin(vector<Park_spot>& spots);
|
|
void park(Customer& c, vector<Park_spot>& spots); |