add card config backup
This commit is contained in:
+2
-1
@@ -62,7 +62,6 @@ public:
|
||||
const std::string& output_filename,
|
||||
uint32_t remaining_bytes);
|
||||
};
|
||||
bool save_quests;
|
||||
std::unordered_map<std::string, SavingQuestFile> saving_quest_files;
|
||||
|
||||
LinkedSession(
|
||||
@@ -100,6 +99,8 @@ public:
|
||||
std::shared_ptr<LinkedSession> get_session();
|
||||
void delete_session(uint32_t serial_number);
|
||||
|
||||
bool save_quests;
|
||||
|
||||
private:
|
||||
struct ListeningSocket {
|
||||
ProxyServer* server;
|
||||
|
||||
Reference in New Issue
Block a user