Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-10-12 11:14:22 +0000
committerStijn Buys <ingar@osirion.org>2008-10-12 11:14:22 +0000
commit18383a5fc596bf9546f14d7393ee66c57720b116 (patch)
tree5382c3b380a72149eabbc4f75a2c5744b895e48a /src/math/mathlib.h
parent0d831968949b1119db48530a86c2d1651c6cbfc6 (diff)
libmath API cleanup
Diffstat (limited to 'src/math/mathlib.h')
-rw-r--r--src/math/mathlib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/math/mathlib.h b/src/math/mathlib.h
index 721a1c0..ee1e43e 100644
--- a/src/math/mathlib.h
+++ b/src/math/mathlib.h
@@ -12,11 +12,12 @@
*/
namespace math {}
-#include "math/vector3f.h"
-#include "math/color.h"
#include "math/axis.h"
+#include "math/color.h"
#include "math/matrix4f.h"
#include "math/functions.h"
+#include "math/vector2f.h"
+#include "math/vector3f.h"
#endif // __INCLUDED_MATH_MATHLIB_H__