X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fcollision.h;h=4d47171eaff9f6e0bfdf7d841f43a9829a3d72d1;hb=392e80e3f13c977b5499eb424fa7d65085fb08f5;hp=d72c6d62f1b160edd6d7f0f7f92911e35b4d8537;hpb=c738d1eeabbbe9164a25f6b69bc7ec1a3b44b051;p=dragonfireclient.git diff --git a/src/collision.h b/src/collision.h index d72c6d62f..4d47171ea 100644 --- a/src/collision.h +++ b/src/collision.h @@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef COLLISION_HEADER -#define COLLISION_HEADER +#pragma once #include "irrlichttypes_bloated.h" #include @@ -76,7 +75,3 @@ bool wouldCollideWithCeiling( const std::vector &staticboxes, const aabb3f &movingbox, f32 y_increase, f32 d); - - -#endif -