Let's make (git) history!
このコミットが含まれているのは:
7
database/databasefactory.h
ノーマルファイル
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
|
新しいイシューから参照
ユーザーをブロックする