]> git.localhorst.tv Git - l2e.git/blob - fwd.h
618c8cc216264f4d4b9eeef7bccc28026c873c36
[l2e.git] / 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_ */