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"
|
2014-06-05 14:19:47 +03:00
|
|
|
#include "../mapObjects/CObjectHandler.h"
|
2014-02-27 20:42:17 +00:00
|
|
|
#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-06-05 14:19:47 +03:00
|
|
|
#include "../mapObjects/CObjectClassesHandler.h"
|
2014-02-24 19:57:33 +00:00
|
|
|
|
|
|
|
|
2014-12-21 17:27:50 +03:00
|
|
|
template void registerTypesClientPacks2<CISer>(CISer & s);
|
|
|
|
template void registerTypesClientPacks2<COSer>(COSer & s);
|
2014-02-24 19:57:33 +00:00
|
|
|
template void registerTypesClientPacks2<CTypeList>(CTypeList & s);
|
2014-12-21 17:27:50 +03:00
|
|
|
|
|
|
|
|