mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-05 00:49:09 +02:00
lib now uses shared_ptr for entities. Removed manual memory management.
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
#include "CGeneralTextHandler.h"
|
||||
#include "json/JsonUtils.h"
|
||||
#include "spells/CSpellHandler.h"
|
||||
#include "VCMI_Lib.h"
|
||||
|
||||
template class std::vector<VCMI_LIB_WRAP_NAMESPACE(CBonusType)>;
|
||||
|
||||
|
Reference in New Issue
Block a user