mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
tweaks
This commit is contained in:
@ -30,6 +30,10 @@ CIdentifierStorage::CIdentifierStorage():
|
||||
{
|
||||
}
|
||||
|
||||
CIdentifierStorage::~CIdentifierStorage()
|
||||
{
|
||||
}
|
||||
|
||||
void CIdentifierStorage::checkIdentifier(std::string & ID)
|
||||
{
|
||||
if (boost::algorithm::ends_with(ID, "."))
|
||||
@ -558,6 +562,10 @@ CModHandler::CModHandler()
|
||||
|
||||
}
|
||||
|
||||
CModHandler::~CModHandler()
|
||||
{
|
||||
}
|
||||
|
||||
void CModHandler::loadConfigFromFile (std::string name)
|
||||
{
|
||||
std::string paths;
|
||||
|
Reference in New Issue
Block a user