aboutsummaryrefslogtreecommitdiffstats
path: root/yage/physics
diff options
context:
space:
mode:
Diffstat (limited to 'yage/physics')
-rw-r--r--yage/physics/body.cpp1
-rw-r--r--yage/physics/body.h1
-rw-r--r--yage/physics/collider.h1
-rw-r--r--yage/physics/collisionbody.h3
-rw-r--r--yage/physics/particlebody.cpp1
-rw-r--r--yage/physics/particlebody.h1
-rw-r--r--yage/physics/physics.h1
-rw-r--r--yage/physics/rectanglecollider.cpp1
-rw-r--r--yage/physics/rectanglecollider.h1
-rw-r--r--yage/physics/rigidbody.cpp1
-rw-r--r--yage/physics/rigidbody.h1
11 files changed, 12 insertions, 1 deletions
diff --git a/yage/physics/body.cpp b/yage/physics/body.cpp
index d04eecfd..964a10c4 100644
--- a/yage/physics/body.cpp
+++ b/yage/physics/body.cpp
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: body.cpp
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
diff --git a/yage/physics/body.h b/yage/physics/body.h
index 8e3d5e07..cddac759 100644
--- a/yage/physics/body.h
+++ b/yage/physics/body.h
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: body.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
diff --git a/yage/physics/collider.h b/yage/physics/collider.h
index fe59f44b..1b643ee2 100644
--- a/yage/physics/collider.h
+++ b/yage/physics/collider.h
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: collider.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
diff --git a/yage/physics/collisionbody.h b/yage/physics/collisionbody.h
index e1d9e6cf..4361b89a 100644
--- a/yage/physics/collisionbody.h
+++ b/yage/physics/collisionbody.h
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: collisionbody.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
@@ -22,4 +23,4 @@ public:
virtual ~CollisionBody();
};
-} // yage
+} // namespace yage
diff --git a/yage/physics/particlebody.cpp b/yage/physics/particlebody.cpp
index dc950ae6..49520558 100644
--- a/yage/physics/particlebody.cpp
+++ b/yage/physics/particlebody.cpp
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: particlebody.cpp
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
diff --git a/yage/physics/particlebody.h b/yage/physics/particlebody.h
index 865e7f0b..6c7e93a3 100644
--- a/yage/physics/particlebody.h
+++ b/yage/physics/particlebody.h
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: particlebody.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
diff --git a/yage/physics/physics.h b/yage/physics/physics.h
index 77823540..38923588 100644
--- a/yage/physics/physics.h
+++ b/yage/physics/physics.h
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: physics.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
diff --git a/yage/physics/rectanglecollider.cpp b/yage/physics/rectanglecollider.cpp
index e1b3adff..218609fe 100644
--- a/yage/physics/rectanglecollider.cpp
+++ b/yage/physics/rectanglecollider.cpp
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: rectanglecollider.cpp
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
diff --git a/yage/physics/rectanglecollider.h b/yage/physics/rectanglecollider.h
index c08e553b..f80e798d 100644
--- a/yage/physics/rectanglecollider.h
+++ b/yage/physics/rectanglecollider.h
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: rectanglecollider.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
diff --git a/yage/physics/rigidbody.cpp b/yage/physics/rigidbody.cpp
index 1a7ae2ec..4eaf705f 100644
--- a/yage/physics/rigidbody.cpp
+++ b/yage/physics/rigidbody.cpp
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: rigidbody.cpp
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
diff --git a/yage/physics/rigidbody.h b/yage/physics/rigidbody.h
index 686a13a6..a30db781 100644
--- a/yage/physics/rigidbody.h
+++ b/yage/physics/rigidbody.h
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: rigidbody.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>