tibia-client/src/framework/sql/database.cpp

10 lines
75 B
C++

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