Skip to content

Commit

Permalink
πŸ› Fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
riku1227 committed Feb 27, 2018
1 parent f07a1b9 commit fd4266c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1.2.10.2/minecraftpe/item/Item.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "CreativeItemCategory.h"

class BlockID;
class BlockID {};
class UseAnimation;
class TextureUVCoordinateSet;
class Block;
Expand Down Expand Up @@ -99,7 +99,7 @@ class Item {
virtual int getLevelDataForAuxValue(int) const;
virtual bool isStackedByData() const;
virtual int getMaxDamage() const;
virtual float /* int? */ getAttackDamage() const;
virtual int getAttackDamage() const;
virtual bool isHandEquipped() const;
virtual bool isArmor() const;
virtual bool isDye() const;
Expand Down

0 comments on commit fd4266c

Please sign in to comment.