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 |