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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user