1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-31 00:07:39 +02:00

- Compile fix - unique_ptr can't be serialized

- Linking fix - now MapGenOptions have DLL-interface (but probably shouldn't be called directly from client anyway)
This commit is contained in:
DjWarmonger
2012-11-13 12:55:47 +00:00
parent f7915d9e61
commit f5ddc44827
4 changed files with 5 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ namespace EMonsterStrength
* The map gen options class holds values about general map
* generation settings e.g. the size of the map, the count of players,...
*/
class CMapGenOptions
class DLL_LINKAGE CMapGenOptions
{
public:
/**