TypesClientPacks1.cpp 761 B

123456789101112131415161718192021222324
  1. #include "StdInc.h"
  2. #include "RegisterTypes.h"
  3. #include "../mapping/CMapInfo.h"
  4. #include "../StartInfo.h"
  5. #include "../BattleState.h"
  6. #include "../CGameState.h"
  7. #include "../mapping/CMap.h"
  8. #include "../CModHandler.h"
  9. #include "../mapObjects/CObjectHandler.h"
  10. #include "../CCreatureHandler.h"
  11. #include "../VCMI_Lib.h"
  12. #include "../CArtHandler.h"
  13. #include "../CHeroHandler.h"
  14. #include "../CSpellHandler.h"
  15. #include "../CTownHandler.h"
  16. #include "../mapping/CCampaignHandler.h"
  17. #include "../NetPacks.h"
  18. #include "../mapObjects/CObjectClassesHandler.h"
  19. template void registerTypesClientPacks1<CISer>(CISer & s);
  20. template void registerTypesClientPacks1<COSer>(COSer & s);
  21. template void registerTypesClientPacks1<CTypeList>(CTypeList & s);