rcpp_framework/core/database.cpp

7 lines
74 B
C++

#include "database.h"
Database::Database() {
}
Database::~Database() {
}