1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Remove temporary workaround

This commit is contained in:
Tomasz Zieliński
2024-04-12 11:51:15 +02:00
parent 4fa7f0e93d
commit be9813b4fb
2 changed files with 0 additions and 44 deletions

View File

@@ -29,17 +29,12 @@ class CBank;
class CGBoat;
class CFaction;
class CStackBasicDescriptor;
class ObstacleSet;
class CObstacleConstructor : public CDefaultObjectTypeHandler<CGObjectInstance>
{
public:
bool isStaticObject() override;
void initTypeData(const JsonNode & input) override;
void afterLoadFinalization() override;
protected:
ObstacleSet::EObstacleType obstacleType;
};
class CreatureInstanceConstructor : public CDefaultObjectTypeHandler<CGCreature>