mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
First version that works in lobby
This commit is contained in:
@@ -219,6 +219,17 @@ void WindowNewMap::saveUserSettings()
|
||||
}
|
||||
}
|
||||
|
||||
void WindowNewMap::saveOptions(const CMapGenOptions & options)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
void WindowNewMap::loadOptions()
|
||||
{
|
||||
mapGenOptions = CMapGenOptions();
|
||||
// TODO
|
||||
}
|
||||
|
||||
void WindowNewMap::on_cancelButton_clicked()
|
||||
{
|
||||
close();
|
||||
|
||||
Reference in New Issue
Block a user