diff options
Diffstat (limited to 'src/libjin/Math')
-rw-r--r-- | src/libjin/Math/Math.h | 4 | ||||
-rw-r--r-- | src/libjin/Math/Matrix.cpp | 4 | ||||
-rw-r--r-- | src/libjin/Math/Matrix.h | 4 | ||||
-rw-r--r-- | src/libjin/Math/Quad.h | 4 | ||||
-rw-r--r-- | src/libjin/Math/Vector2.hpp | 4 | ||||
-rw-r--r-- | src/libjin/Math/Vector3.hpp | 4 | ||||
-rw-r--r-- | src/libjin/Math/Vector4.hpp | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/src/libjin/Math/Math.h b/src/libjin/Math/Math.h index 98f9cd8..c1b5084 100644 --- a/src/libjin/Math/Math.h +++ b/src/libjin/Math/Math.h @@ -71,7 +71,7 @@ namespace jin return a + t * (b - a); } - } // math -} // jin + } // namespace math +} // namespace jin #endif
\ No newline at end of file diff --git a/src/libjin/Math/Matrix.cpp b/src/libjin/Math/Matrix.cpp index 74d3a58..9f933f8 100644 --- a/src/libjin/Math/Matrix.cpp +++ b/src/libjin/Math/Matrix.cpp @@ -190,5 +190,5 @@ namespace jin } } - } // math -} // jin
\ No newline at end of file + } // namespace math +} // namespace jin
\ No newline at end of file diff --git a/src/libjin/Math/Matrix.h b/src/libjin/Math/Matrix.h index c1f903a..1fe6ab1 100644 --- a/src/libjin/Math/Matrix.h +++ b/src/libjin/Math/Matrix.h @@ -153,7 +153,7 @@ namespace jin }; - } // math -} // jin + } // namespace math +} // namespace jin #endif
\ No newline at end of file diff --git a/src/libjin/Math/Quad.h b/src/libjin/Math/Quad.h index c649cf7..6eb4f45 100644 --- a/src/libjin/Math/Quad.h +++ b/src/libjin/Math/Quad.h @@ -11,7 +11,7 @@ namespace jin float x, y, w, h; }; - } // math -} // jin + } // namespace math +} // namespace jin #endif
\ No newline at end of file diff --git a/src/libjin/Math/Vector2.hpp b/src/libjin/Math/Vector2.hpp index f0bbfc7..51ac4a7 100644 --- a/src/libjin/Math/Vector2.hpp +++ b/src/libjin/Math/Vector2.hpp @@ -34,7 +34,7 @@ namespace jin }; - } // math -} // jin + } // namespace math +} // namespace jin #endif
\ No newline at end of file diff --git a/src/libjin/Math/Vector3.hpp b/src/libjin/Math/Vector3.hpp index 9b38cad..96d4e9a 100644 --- a/src/libjin/Math/Vector3.hpp +++ b/src/libjin/Math/Vector3.hpp @@ -35,7 +35,7 @@ namespace jin }; - } // math -} // jin + } // namespace math +} // namespace jin #endif
\ No newline at end of file diff --git a/src/libjin/Math/Vector4.hpp b/src/libjin/Math/Vector4.hpp index e2978d4..35be056 100644 --- a/src/libjin/Math/Vector4.hpp +++ b/src/libjin/Math/Vector4.hpp @@ -39,7 +39,7 @@ namespace jin }; - } // math -} // jin + } // namespace math +} // namespace jin #endif
\ No newline at end of file |