rcpp_framework/core/object.cpp

15 lines
149 B
C++
Raw Normal View History

#include "object.h"
#include "core/database/database.h"
void Object::migrate() {
}
Object::Object() {
db = nullptr;
}
Object::~Object() {
}