2014-02-24 19:57:33 +00:00
|
|
|
#include "StdInc.h"
|
|
|
|
#include "RegisterTypes.h"
|
|
|
|
|
2014-02-27 20:42:17 +00:00
|
|
|
#include "../mapping/CMapInfo.h"
|
|
|
|
#include "../StartInfo.h"
|
|
|
|
#include "../BattleState.h"
|
|
|
|
#include "../CGameState.h"
|
|
|
|
#include "../mapping/CMap.h"
|
|
|
|
#include "../CModHandler.h"
|
|
|
|
#include "../CObjectHandler.h"
|
|
|
|
#include "../CCreatureHandler.h"
|
|
|
|
#include "../VCMI_Lib.h"
|
|
|
|
#include "../CArtHandler.h"
|
|
|
|
#include "../CHeroHandler.h"
|
|
|
|
#include "../CSpellHandler.h"
|
|
|
|
#include "../CTownHandler.h"
|
|
|
|
#include "../mapping/CCampaignHandler.h"
|
|
|
|
#include "../NetPacks.h"
|
2014-05-24 02:07:54 +03:00
|
|
|
#include "../CObjectClassesHandler.h"
|
2014-02-24 19:57:33 +00:00
|
|
|
|
|
|
|
template void registerTypesServerPacks<CISer<CConnection>>(CISer<CConnection>& s);
|
|
|
|
template void registerTypesServerPacks<COSer<CConnection>>(COSer<CConnection>& s);
|
|
|
|
template void registerTypesServerPacks<CISer<CMemorySerializer>>(CISer<CMemorySerializer>& s);
|
|
|
|
template void registerTypesServerPacks<COSer<CMemorySerializer>>(COSer<CMemorySerializer>& s);
|
|
|
|
template void registerTypesServerPacks<CSaveFile>(CSaveFile & s);
|
|
|
|
template void registerTypesServerPacks<CLoadFile>(CLoadFile & s);
|
|
|
|
template void registerTypesServerPacks<CTypeList>(CTypeList & s);
|
|
|
|
template void registerTypesServerPacks<CLoadIntegrityValidator>(CLoadIntegrityValidator & s);
|