diff options
Diffstat (limited to 'src/Items/ItemThrowable.h')
-rw-r--r-- | src/Items/ItemThrowable.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Items/ItemThrowable.h b/src/Items/ItemThrowable.h index ed4d73316..65f44c72a 100644 --- a/src/Items/ItemThrowable.h +++ b/src/Items/ItemThrowable.h @@ -3,6 +3,9 @@ #pragma once +#include "ItemHandler.h" +#include "Entities/ProjectileEntity.h" + |