git subrepo pull (merge) lib/sead

subrepo:
  subdir:   "lib/sead"
  merged:   "14326b350"
upstream:
  origin:   "https://github.com/open-ead/sead"
  branch:   "master"
  commit:   "14326b350"
git-subrepo:
  version:  "0.4.3"
  origin:   "ssh://git@github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"
This commit is contained in:
Léo Lam
2022-03-22 19:26:48 +01:00
parent 0197ca3aba
commit 7ca13b5938
5 changed files with 23 additions and 19 deletions
+5
View File
@@ -283,6 +283,11 @@ const Matrix44<f64> Matrix44<f64>::zero;
template <>
const Matrix44<f64> Matrix44<f64>::ident;
template <typename T>
bool operator==(const Matrix34<T>& lhs, const Matrix34<T>& rhs);
template <typename T>
bool operator!=(const Matrix34<T>& lhs, const Matrix34<T>& rhs);
} // namespace sead
#define SEAD_MATH_MATRIX_H_