1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

StartInfo in gamestate now use unique_ptr

This commit is contained in:
Ivan Savenko
2025-03-03 14:46:15 +00:00
parent 82506d5eff
commit b6026084ea
13 changed files with 44 additions and 30 deletions

View File

@@ -28,7 +28,6 @@
#include "../mapping/CMap.h"
#include "../ArtifactUtils.h"
#include "../CPlayerState.h"
#include "../serializer/CMemorySerializer.h"
#include <vstd/RNG.h>
#include <vcmi/HeroTypeService.h>