Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/mathlib.h')
-rw-r--r--src/math/mathlib.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/math/mathlib.h b/src/math/mathlib.h
index b76c562..77ccde5 100644
--- a/src/math/mathlib.h
+++ b/src/math/mathlib.h
@@ -4,8 +4,8 @@
the terms of the GNU General Public License version 2
*/
-#ifndef __INCLUDED_MATH_H__
-#define __INCLUDED_MATH_H__
+#ifndef __INCLUDED_MATHLIB_H__
+#define __INCLUDED_MATHLIB_H__
/// this namespace contains mathematical classes and functions
/** This is an independent library
@@ -14,8 +14,9 @@ namespace math {}
#include "math/vector3f.h"
#include "math/plane3f.h"
+#include "math/matrix4f.h"
#include "math/color.h"
#include "math/functions.h"
-#endif // __INCLUDED_MATH_H__
+#endif // __INCLUDED_MATHLIB_H__