mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Fix docs, update spell immunity usage of addinfo, fix sonar
This commit is contained in:
@@ -69,7 +69,7 @@ class DLL_LINKAGE CIdentifierStorage
|
||||
/// Check if identifier can be valid (camelCase, point as separator)
|
||||
static void checkIdentifier(const std::string & ID);
|
||||
|
||||
void requestIdentifier(ObjectCallback callback) const;
|
||||
void requestIdentifier(const ObjectCallback & callback) const;
|
||||
bool resolveIdentifier(const ObjectCallback & callback) const;
|
||||
std::vector<ObjectData> getPossibleIdentifiers(const ObjectCallback & callback) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user