diff options
Diffstat (limited to 'game/shared/entity/collision.hh')
| -rw-r--r-- | game/shared/entity/collision.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/game/shared/entity/collision.hh b/game/shared/entity/collision.hh index 536a066..33ddaac 100644 --- a/game/shared/entity/collision.hh +++ b/game/shared/entity/collision.hh @@ -1,5 +1,3 @@ -#ifndef SHARED_ENTITY_COLLISION_HH -#define SHARED_ENTITY_COLLISION_HH 1 #pragma once #include "core/math/aabb.hh" @@ -21,5 +19,3 @@ public: static void fixed_update(world::Dimension* dimension); }; } // namespace entity - -#endif // SHARED_ENTITY_COLLISION_HH |
