Parkmanne/headers/data.h
2019-06-26 15:12:23 -03:00

7 lines
136 B
C++

#include "../thirdparty/SQLiteCpp/include/SQLiteCpp/SQLiteCpp.h"
#include "Customer.h"
namespace data {
SQLite::Database start_db();
}