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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user