aboutsummaryrefslogtreecommitdiffstats
path: root/yage/physics/collider.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/physics/collider.h')
-rw-r--r--yage/physics/collider.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/yage/physics/collider.h b/yage/physics/collider.h
index 220c785d..fe59f44b 100644
--- a/yage/physics/collider.h
+++ b/yage/physics/collider.h
@@ -6,8 +6,7 @@
* ----------------------------------------------------------------------------
*/
-#ifndef YAGE_PHYSICS_COLLIDER_H
-#define YAGE_PHYSICS_COLLIDER_H
+#pragma once
#include <glm/glm.hpp>
@@ -39,5 +38,3 @@ public:
};
} // namespace yage
-
-#endif