]> git.localhorst.tv Git - l2e.git/blob - src/math/fwd.h
fixed divide by zero bug in MapState
[l2e.git] / src / math / fwd.h
1 #ifndef MATH_FWD_H_
2 #define MATH_FWD_H_
3
4 #include <SDL.h>
5
6 namespace math {
7
8 template<Uint8 fracBits>
9 class Fixed;
10 template<class Scalar>
11 class Vector;
12
13 }
14
15 #endif /* MATH_FWD_H_ */