1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Converted remaining identifier to new system

This commit is contained in:
Ivan Savenko
2023-08-20 00:22:31 +03:00
parent 0240ee886d
commit e54287ea5d
91 changed files with 1590 additions and 1654 deletions

View File

@@ -29,7 +29,7 @@
#include "../CPlayerInterface.h"
#include "../PlayerLocalState.h"
#include "../../lib/StringConstants.h"
#include "../../lib/constants/StringConstants.h"
#include "../../lib/filesystem/ResourceID.h"
AdventureMapWidget::AdventureMapWidget( std::shared_ptr<AdventureMapShortcuts> shortcuts )