1
0
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:
DjWarmonger
2011-07-06 14:25:12 +00:00
parent 75d068bc03
commit c53c226820
5 changed files with 9 additions and 4 deletions

View File

@ -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)