qswiki/database/databasefactory.h

8 lines
185 B
C
Raw Normal View History

2018-11-03 17:12:20 +01:00
#ifndef DATABASEFACTORY_H
#define DATABASEFACTORY_H
#include "../config.h"
#include "database.h"
std::unique_ptr<Database> createDatabase(const Config &o);
#endif // DATABASEFACTORY_H