1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

* a bit more of ERM/VERM interpreter

This commit is contained in:
mateuszb
2011-04-10 16:39:34 +00:00
parent f12aeb7fa4
commit 382e239e47
4 changed files with 408 additions and 157 deletions

View File

@@ -52,9 +52,9 @@ DLL_EXPORT void initDLL(CConsoleHandler *Console, std::ostream *Logfile)
} HANDLE_EXCEPTION;
// ERMInterpreter ei;
// ei.scanForScripts();
// ei.printScripts();
ERMInterpreter ei;
ei.scanForScripts();
ei.printScripts();
}
DLL_EXPORT void loadToIt(std::string &dest, const std::string &src, int &iter, int mode)