mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
* started making support for save/load options
This commit is contained in:
@@ -698,3 +698,8 @@ void CClient::close()
|
||||
serv->close();
|
||||
tlog3 << "Our socket has been closed.\n";
|
||||
}
|
||||
|
||||
void CClient::save(const std::string & fname)
|
||||
{
|
||||
*serv << ui16(98) << fname;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user