]> git.localhorst.tv Git - l2e.git/blob - src/math/fwd.h
9e143fd3c7b8417266bc961d10ae283dc0603e6f
[l2e.git] / src / math / fwd.h
1 #ifndef MATH_FWD_H_
2 #define MATH_FWD_H_
3
4 namespace math {
5
6 template<class Scalar>
7 class Vector;
8
9 }
10
11 #endif /* MATH_FWD_H_ */