mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
15 lines
149 B
C++
15 lines
149 B
C++
#include "object.h"
|
|
|
|
#include "core/database/database.h"
|
|
|
|
void Object::migrate() {
|
|
|
|
}
|
|
|
|
Object::Object() {
|
|
db = nullptr;
|
|
}
|
|
|
|
Object::~Object() {
|
|
|
|
} |