1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-03 13:01:33 +02:00

Compile fix.

This commit is contained in:
Frank Zago 2010-08-21 00:37:19 +00:00
parent 0c4bec0a52
commit 29045f5c0f

View File

@ -19,6 +19,7 @@
#include "../hch/CArtHandler.h"
#include "../hch/CHeroHandler.h"
#include "../hch/CTownHandler.h"
#include "../hch/CCampaignHandler.h"
/*
@ -377,4 +378,4 @@ void CSerializer::addStdVecItems(CGameState *gs, LibClasses *lib)
registerVectoredType(&lib->arth->artifacts, &CArtifact::id);
registerVectoredType(&lib->heroh->heroes, &CHero::ID);
smartVectorMembersSerialization = true;
}
}