1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-25 00:37:24 +02:00

- makefiles for fuzzylite ()

- fixes for gcc compilation
- fixed 
This commit is contained in:
Ivan Savenko
2012-03-12 20:11:46 +00:00
parent 7e4855c271
commit f2f39f1497
12 changed files with 681 additions and 14 deletions

@ -43,6 +43,8 @@ rett * createAny(std::string dllname, std::string methodName)
getName = (void(*)(char*))dlsym(dll,"GetAiName");
getAI = (rett*(*)())dlsym(dll,methodName.c_str());
}
else
tlog0 << "Error: " << dlerror() <<"\n";
#endif
if (!dll)
{