mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
* it shouldn't parse scripts yet
This commit is contained in:
parent
382e239e47
commit
033c067144
@ -52,9 +52,9 @@ DLL_EXPORT void initDLL(CConsoleHandler *Console, std::ostream *Logfile)
|
|||||||
} HANDLE_EXCEPTION;
|
} HANDLE_EXCEPTION;
|
||||||
|
|
||||||
|
|
||||||
ERMInterpreter ei;
|
// ERMInterpreter ei;
|
||||||
ei.scanForScripts();
|
// ei.scanForScripts();
|
||||||
ei.printScripts();
|
// ei.printScripts();
|
||||||
}
|
}
|
||||||
|
|
||||||
DLL_EXPORT void loadToIt(std::string &dest, const std::string &src, int &iter, int mode)
|
DLL_EXPORT void loadToIt(std::string &dest, const std::string &src, int &iter, int mode)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user