diff options
Diffstat (limited to '')
-rw-r--r-- | src/Items/ItemPumpkin.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Items/ItemPumpkin.h b/src/Items/ItemPumpkin.h index 7a53d522f..d124265c7 100644 --- a/src/Items/ItemPumpkin.h +++ b/src/Items/ItemPumpkin.h @@ -1,12 +1,4 @@ -// ItemPumpkin.h - -// Declares the cItemPumpkinHandler class representing the pumpkin block in its item form - - - - - #pragma once #include "ItemHandler.h" @@ -150,7 +142,3 @@ public: return false; } }; - - - - |