upd: ready to write the database and engine
This commit is contained in:
6
backend/src/database.cpp
Normal file
6
backend/src/database.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "database.h"
|
||||
|
||||
void UserDataBase::Open(std::string file_name) {
|
||||
full_user_data.OpenFile(file_name + ".full");
|
||||
user_name2index.OpenFile(file_name + ".n2i");
|
||||
}
|
Reference in New Issue
Block a user