migrate to c++, all layers done except for data access
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef PRINTER_H
|
||||
#define PRINTER_H
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "ticket.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
void print_tickets(vector<ticket_t> tickets);
|
||||
|
||||
#endif // PRINTER_H
|
||||
Reference in New Issue
Block a user