diff options
Diffstat (limited to 'src/Defines.h')
-rw-r--r-- | src/Defines.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Defines.h b/src/Defines.h index 1dbcdda34..899bc8c2d 100644 --- a/src/Defines.h +++ b/src/Defines.h @@ -675,6 +675,8 @@ namespace ItemCategory bool IsArmor(short a_ItemType); bool IsHorseArmor(short a_ItemType); + + bool IsVillagerFood(short a_ItemType); } // tolua_end |