This commit is contained in:
MassiveAtoms
2019-07-22 08:48:17 -03:00
parent 9a471428a6
commit e5d736eb9a
2 changed files with 81 additions and 25 deletions

View File

@@ -18,3 +18,6 @@ pair<int, int> create_week_period();
void report_single_spot(bool weekly = false);
void report_all_spots(bool weekly = false);
void report_customer(int customerID, bool weekly = false);
// stuff
bool verify();