mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
get rid of global debug macros.
This commit is contained in:
@ -40,16 +40,16 @@ DLL_LINKAGE void preinitDLL(CConsoleHandler *Console)
|
||||
{
|
||||
VLC->loadFilesystem();
|
||||
}
|
||||
HANDLE_EXCEPTION;
|
||||
catch(...)
|
||||
{
|
||||
handleException();
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
DLL_LINKAGE void loadDLLClasses()
|
||||
{
|
||||
//try
|
||||
{
|
||||
VLC->init();
|
||||
}
|
||||
//HANDLE_EXCEPTION;
|
||||
VLC->init();
|
||||
}
|
||||
|
||||
const IBonusTypeHandler * LibClasses::getBth() const
|
||||
|
Reference in New Issue
Block a user