1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

* some progress in VERM interpreter

This commit is contained in:
mateuszb
2011-04-16 17:39:38 +00:00
parent 3241e7c8f8
commit 36fb9b0b6e
3 changed files with 268 additions and 11 deletions

View File

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