diff options
Diffstat (limited to 'Minecraft.World/SignItem.h')
| -rw-r--r-- | Minecraft.World/SignItem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.World/SignItem.h b/Minecraft.World/SignItem.h index 6265e759..98e39c0f 100644 --- a/Minecraft.World/SignItem.h +++ b/Minecraft.World/SignItem.h @@ -3,10 +3,10 @@ using namespace std; #include "Item.h" -class SignItem : public Item +class SignItem : public Item { public: SignItem(int id); - virtual bool useOn(shared_ptr<ItemInstance> instance, shared_ptr<Player> player, Level *level, int x, int y, int z, int face, float clickX, float clickY, float clickZ, bool bTestUseOnOnly=false); + virtual bool useOn(std::shared_ptr<ItemInstance> instance, std::shared_ptr<Player> player, Level *level, int x, int y, int z, int face, float clickX, float clickY, float clickZ, bool bTestUseOnOnly=false); };
\ No newline at end of file |
