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 | 6 | ||||
-rw-r--r-- | src/libjin/Math/Quad.h | 6 | ||||
-rw-r--r-- | src/libjin/Math/Vector.cpp | 4 |
5 files changed, 12 insertions, 12 deletions
diff --git a/src/libjin/Math/Math.h b/src/libjin/Math/Math.h index 2bc8ed9..d496b85 100644 --- a/src/libjin/Math/Math.h +++ b/src/libjin/Math/Math.h @@ -71,7 +71,7 @@ namespace math return a + t * (b - a); } -} -} +} // math +} // jin #endif
\ No newline at end of file diff --git a/src/libjin/Math/Matrix.cpp b/src/libjin/Math/Matrix.cpp index 97e9178..39042f0 100644 --- a/src/libjin/Math/Matrix.cpp +++ b/src/libjin/Math/Matrix.cpp @@ -173,5 +173,5 @@ namespace math } } -} -}
\ No newline at end of file +} // math +} // jin
\ No newline at end of file diff --git a/src/libjin/Math/Matrix.h b/src/libjin/Math/Matrix.h index ff4a51a..8e5d1f1 100644 --- a/src/libjin/Math/Matrix.h +++ b/src/libjin/Math/Matrix.h @@ -147,7 +147,7 @@ namespace math }; -} -} +} // math +} // jin -#endif +#endif
\ No newline at end of file diff --git a/src/libjin/Math/Quad.h b/src/libjin/Math/Quad.h index a50cc9e..350a0d9 100644 --- a/src/libjin/Math/Quad.h +++ b/src/libjin/Math/Quad.h @@ -11,7 +11,7 @@ namespace math float x, y, w, h; }; -} -} +} // math +} // jin -#endif +#endif
\ No newline at end of file diff --git a/src/libjin/Math/Vector.cpp b/src/libjin/Math/Vector.cpp index 3e44d70..b4e347a 100644 --- a/src/libjin/Math/Vector.cpp +++ b/src/libjin/Math/Vector.cpp @@ -20,5 +20,5 @@ namespace math { } -} -}
\ No newline at end of file +} // math +} // jin
\ No newline at end of file |