mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Support for Titan's Thunder (creating Spellbook) & Titan's Lightning Bolt.
This commit is contained in:
@ -57,8 +57,8 @@ rett * createAny(std::string dllname, std::string methodName)
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
//Currently AI libraries use "lib" prefix only on non-win systems.
|
||||
|
||||
//Currently AI libraries use "lib" prefix only on non-win systems.
|
||||
//May be applied to Win systems as well to remove this ifdef
|
||||
#ifdef _WIN32
|
||||
std::string getAIFileName(std::string input)
|
||||
|
Reference in New Issue
Block a user