mirror of
https://github.com/Relintai/sfw.git
synced 2025-01-24 06:57:17 +01:00
11 lines
115 B
C++
11 lines
115 B
C++
#include "object.h"
|
|
|
|
#include "database/database.h"
|
|
|
|
Object::Object() {
|
|
db = nullptr;
|
|
}
|
|
|
|
Object::~Object() {
|
|
|
|
} |