Let's make (git) history!

このコミットが含まれているのは:
2018-11-03 17:12:20 +01:00
コミット 3bfebfe8a8
212個のファイルの変更11970行の追加0行の削除

7
database/databasefactory.h ノーマルファイル
ファイルの表示

@@ -0,0 +1,7 @@
#ifndef DATABASEFACTORY_H
#define DATABASEFACTORY_H
#include "../config.h"
#include "database.h"
std::unique_ptr<Database> createDatabase(const Config &o);
#endif // DATABASEFACTORY_H