1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00

Split IGameCallback to reduce memory required to debug compilation.

This commit is contained in:
O01eg
2014-04-19 21:44:21 +04:00
parent e2bcac4d27
commit 927eb33c11
10 changed files with 1235 additions and 1131 deletions

View File

@ -547,6 +547,7 @@ bool ERMInterpreter::isATrigger( const ERM::TLine & line )
break;
}
assert(0);
return false;
}
ERM::EVOtions ERMInterpreter::getExpType( const ERM::TVOption & opt )