mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-09 13:14:02 +02:00
Compile fix.
This commit is contained in:
parent
0c4bec0a52
commit
29045f5c0f
@ -19,6 +19,7 @@
|
|||||||
#include "../hch/CArtHandler.h"
|
#include "../hch/CArtHandler.h"
|
||||||
#include "../hch/CHeroHandler.h"
|
#include "../hch/CHeroHandler.h"
|
||||||
#include "../hch/CTownHandler.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->arth->artifacts, &CArtifact::id);
|
||||||
registerVectoredType(&lib->heroh->heroes, &CHero::ID);
|
registerVectoredType(&lib->heroh->heroes, &CHero::ID);
|
||||||
smartVectorMembersSerialization = true;
|
smartVectorMembersSerialization = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user