2
0
forked from Ivasoft/DSView

make zip file in memory, function update

This commit is contained in:
dreamsourcelabTAI
2021-11-30 14:17:47 +08:00
parent f6ca1f6ed8
commit 82da3a6acd
19 changed files with 333 additions and 250 deletions

View File

@@ -34,4 +34,10 @@ public:
};
class ISessionDataGetter
{
public:
virtual bool genSessionData(std::string &str) = 0;
};
#endif