diff options
Diffstat (limited to 'src/Items/ItemGoldenApple.h')
-rw-r--r-- | src/Items/ItemGoldenApple.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Items/ItemGoldenApple.h b/src/Items/ItemGoldenApple.h index a88d3eb54..00f5ac1c0 100644 --- a/src/Items/ItemGoldenApple.h +++ b/src/Items/ItemGoldenApple.h @@ -1,3 +1,4 @@ + #pragma once #include "ItemFood.h" @@ -48,7 +49,3 @@ public: } }; - - - - |