diff options
Diffstat (limited to '')
-rw-r--r-- | src/Items/ItemLilypad.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Items/ItemLilypad.h b/src/Items/ItemLilypad.h index 7a0f05135..7f3b85a70 100644 --- a/src/Items/ItemLilypad.h +++ b/src/Items/ItemLilypad.h @@ -1,3 +1,4 @@ + #pragma once #include "ItemHandler.h" @@ -104,7 +105,3 @@ public: return false; } }; - - - - |