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

Merge pull request #1505 from dydzio0614/cheats-improvements

Cheats improvements
This commit is contained in:
Ivan Savenko
2023-02-02 12:21:19 +02:00
committed by GitHub
2 changed files with 89 additions and 22 deletions

View File

@@ -30,7 +30,7 @@ class IHandlerBase;
/// class that stores all object identifiers strings and maps them to numeric ID's
/// if possible, objects ID's should be in format <type>.<name>, camelCase e.g. "creature.grandElf"
class CIdentifierStorage
class DLL_LINKAGE CIdentifierStorage
{
enum ELoadingState
{