7 lines
136 B
C
7 lines
136 B
C
|
#include "../thirdparty/SQLiteCpp/include/SQLiteCpp/SQLiteCpp.h"
|
||
|
#include "Customer.h"
|
||
|
namespace data {
|
||
|
SQLite::Database start_db();
|
||
|
|
||
|
}
|