aboutsummaryrefslogtreecommitdiffstats
path: root/yage/physics/physics.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/physics/physics.h')
-rw-r--r--yage/physics/physics.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/yage/physics/physics.h b/yage/physics/physics.h
index 64dcd95f..77823540 100644
--- a/yage/physics/physics.h
+++ b/yage/physics/physics.h
@@ -6,8 +6,7 @@
* ----------------------------------------------------------------------------
*/
-#ifndef YAGE_PHYSICS_H
-#define YAGE_PHYSICS_H
+#pragma once
#include "body.h"
#include "collider.h"
@@ -15,5 +14,3 @@
#include "particlebody.h"
#include "rectanglecollider.h"
#include "rigidbody.h"
-
-#endif