mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Formatting and renames of H3M readers, no functionality changes
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -163,25 +163,25 @@ private:
|
|||||||
CGObjectInstance * readSeerHut(const int3 & initialPos);
|
CGObjectInstance * readSeerHut(const int3 & initialPos);
|
||||||
CGObjectInstance * readTown(const int3 & position, std::shared_ptr<const ObjectTemplate> objTempl);
|
CGObjectInstance * readTown(const int3 & position, std::shared_ptr<const ObjectTemplate> objTempl);
|
||||||
CGObjectInstance * readSign(const int3 & position);
|
CGObjectInstance * readSign(const int3 & position);
|
||||||
CGObjectInstance * readWitchHut(const int3 & position);
|
CGObjectInstance * readWitchHut();
|
||||||
CGObjectInstance * readScholar(const int3 & position);
|
CGObjectInstance * readScholar();
|
||||||
CGObjectInstance * readGarrison(const int3 & position);
|
CGObjectInstance * readGarrison();
|
||||||
CGObjectInstance * readArtifact(const int3 & position, std::shared_ptr<const ObjectTemplate> objTempl);
|
CGObjectInstance * readArtifact(const int3 & position, std::shared_ptr<const ObjectTemplate> objTempl);
|
||||||
CGObjectInstance * readResource(const int3 & position, std::shared_ptr<const ObjectTemplate> objTempl);
|
CGObjectInstance * readResource(const int3 & position, std::shared_ptr<const ObjectTemplate> objTempl);
|
||||||
CGObjectInstance * readMine(const int3 & position, std::shared_ptr<const ObjectTemplate> objTempl);
|
CGObjectInstance * readMine(const int3 & position, std::shared_ptr<const ObjectTemplate> objTempl);
|
||||||
CGObjectInstance * readPandora(const int3 & position);
|
CGObjectInstance * readPandora(const int3 & position);
|
||||||
CGObjectInstance * readDwelling(const int3 & position);
|
CGObjectInstance * readDwelling(const int3 & position);
|
||||||
CGObjectInstance * readDwellingRandom(const int3 & position, std::shared_ptr<const ObjectTemplate> objTempl);
|
CGObjectInstance * readDwellingRandom(const int3 & position, std::shared_ptr<const ObjectTemplate> objTempl);
|
||||||
CGObjectInstance * readShrine(const int3 & position);
|
CGObjectInstance * readShrine();
|
||||||
CGObjectInstance * readHeroPlaceholder(const int3 & position);
|
CGObjectInstance * readHeroPlaceholder(const int3 & position);
|
||||||
CGObjectInstance * readGrail(const int3 & position);
|
CGObjectInstance * readGrail(const int3 & position);
|
||||||
CGObjectInstance * readPyramid(const int3 & position, std::shared_ptr<const ObjectTemplate> objTempl);
|
CGObjectInstance * readPyramid(const int3 & position, std::shared_ptr<const ObjectTemplate> objTempl);
|
||||||
CGObjectInstance * readBorderGuard(const int3 & position);
|
CGObjectInstance * readBorderGuard();
|
||||||
CGObjectInstance * readBorderGate(const int3 & position, std::shared_ptr<const ObjectTemplate> objTempl);
|
CGObjectInstance * readBorderGate(const int3 & position, std::shared_ptr<const ObjectTemplate> objTempl);
|
||||||
CGObjectInstance * readQuestGuard(const int3 & position);
|
CGObjectInstance * readQuestGuard(const int3 & position);
|
||||||
CGObjectInstance * readShipyard(const int3 & position);
|
CGObjectInstance * readShipyard();
|
||||||
CGObjectInstance * readLighthouse(const int3 & position);
|
CGObjectInstance * readLighthouse();
|
||||||
CGObjectInstance * readBlank(const int3 & position, std::shared_ptr<const ObjectTemplate> objectTemplate);
|
CGObjectInstance * readGeneric(const int3 & position, std::shared_ptr<const ObjectTemplate> objectTemplate);
|
||||||
CGObjectInstance * readBank(const int3 & position, std::shared_ptr<const ObjectTemplate> objectTemplate);
|
CGObjectInstance * readBank(const int3 & position, std::shared_ptr<const ObjectTemplate> objectTemplate);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -11,8 +11,8 @@
|
|||||||
#include "StdInc.h"
|
#include "StdInc.h"
|
||||||
#include "MapReaderH3M.h"
|
#include "MapReaderH3M.h"
|
||||||
|
|
||||||
#include "CMap.h"
|
|
||||||
#include "../filesystem/CBinaryReader.h"
|
#include "../filesystem/CBinaryReader.h"
|
||||||
|
#include "CMap.h"
|
||||||
|
|
||||||
VCMI_LIB_NAMESPACE_BEGIN
|
VCMI_LIB_NAMESPACE_BEGIN
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user