diff options
Diffstat (limited to 'src/Items/ItemBow.h')
-rw-r--r-- | src/Items/ItemBow.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/Items/ItemBow.h b/src/Items/ItemBow.h index 241df0c3c..53a1373b7 100644 --- a/src/Items/ItemBow.h +++ b/src/Items/ItemBow.h @@ -1,15 +1,8 @@ -// ItemBow.h - -// Declares the cItemBowHandler class representing the itemhandler for bows - - - - - #pragma once #include "../Entities/ArrowEntity.h" +#include "ItemHandler.h" @@ -101,8 +94,3 @@ public: } } } ; - - - - - |