diff options
author | Mattes D <github@xoft.cz> | 2014-04-28 12:32:02 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-04-28 12:32:02 +0200 |
commit | c0630516459ec59139b60173e0582900115a5614 (patch) | |
tree | 46a3beef2f57ea2ff59bd487f98e82d18f406935 /src/Items/ItemBow.h | |
parent | Fixed warnings. (diff) | |
parent | Fixed projectile source filenames, indentations (diff) | |
download | cuberite-c0630516459ec59139b60173e0582900115a5614.tar cuberite-c0630516459ec59139b60173e0582900115a5614.tar.gz cuberite-c0630516459ec59139b60173e0582900115a5614.tar.bz2 cuberite-c0630516459ec59139b60173e0582900115a5614.tar.lz cuberite-c0630516459ec59139b60173e0582900115a5614.tar.xz cuberite-c0630516459ec59139b60173e0582900115a5614.tar.zst cuberite-c0630516459ec59139b60173e0582900115a5614.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Items/ItemBow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemBow.h b/src/Items/ItemBow.h index 410c5f512..8c0b3a0a3 100644 --- a/src/Items/ItemBow.h +++ b/src/Items/ItemBow.h @@ -9,7 +9,7 @@ #pragma once -#include "../Entities/ProjectileEntity.h" +#include "../Entities/ArrowEntity.h" |