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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user