createTicket working, solves #3

This commit is contained in:
odweta
2026-08-16 17:41:56 +02:00
parent 94d743edfc
commit 8ae9cccc69
13 changed files with 127 additions and 34 deletions
+1 -3
View File
@@ -5,8 +5,6 @@
#include "ticket.h"
using namespace std;
void print_tickets(vector<ticket_t> tickets);
void print_tickets(std::vector<ticket_t> tickets);
#endif // PRINTER_H