diff options
author | madmaxoft <github@xoft.cz> | 2014-07-17 10:24:29 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-07-17 10:24:29 +0200 |
commit | cd1e6f8ef028ea2a24e52190d305a62e6cfa62ab (patch) | |
tree | 48b120ac8db9c8670d477401e34c79eb913b1b12 /src/Entities/WitherSkullEntity.h | |
parent | Merge remote-tracking branch 'origin/master' into potions (diff) | |
download | cuberite-cd1e6f8ef028ea2a24e52190d305a62e6cfa62ab.tar cuberite-cd1e6f8ef028ea2a24e52190d305a62e6cfa62ab.tar.gz cuberite-cd1e6f8ef028ea2a24e52190d305a62e6cfa62ab.tar.bz2 cuberite-cd1e6f8ef028ea2a24e52190d305a62e6cfa62ab.tar.lz cuberite-cd1e6f8ef028ea2a24e52190d305a62e6cfa62ab.tar.xz cuberite-cd1e6f8ef028ea2a24e52190d305a62e6cfa62ab.tar.zst cuberite-cd1e6f8ef028ea2a24e52190d305a62e6cfa62ab.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Entities/WitherSkullEntity.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Entities/WitherSkullEntity.h b/src/Entities/WitherSkullEntity.h index 85ba55d4d..8b3639802 100644 --- a/src/Entities/WitherSkullEntity.h +++ b/src/Entities/WitherSkullEntity.h @@ -1,6 +1,7 @@ -// + // WitherSkullEntity.h -// + +// Declares the cWitherSkullEntity class representing the entity used by both blue and black wither skulls #pragma once |