aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/ProtectionEnchantment.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/ProtectionEnchantment.h')
-rw-r--r--Minecraft.World/ProtectionEnchantment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.World/ProtectionEnchantment.h b/Minecraft.World/ProtectionEnchantment.h
index 910e32df..e9727254 100644
--- a/Minecraft.World/ProtectionEnchantment.h
+++ b/Minecraft.World/ProtectionEnchantment.h
@@ -28,6 +28,6 @@ public:
virtual int getDamageProtection(int level, DamageSource *source);
virtual int getDescriptionId();
virtual bool isCompatibleWith(Enchantment *other) const;
- static int getFireAfterDampener(shared_ptr<Entity> entity, int time);
- static double getExplosionKnockbackAfterDampener(shared_ptr<Entity> entity, double power);
+ static int getFireAfterDampener(std::shared_ptr<Entity> entity, int time);
+ static double getExplosionKnockbackAfterDampener(std::shared_ptr<Entity> entity, double power);
}; \ No newline at end of file