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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/math/mathlib.h b/src/math/mathlib.h
index 77ccde5..721a1c0 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_MATHLIB_H__
-#define __INCLUDED_MATHLIB_H__
+#ifndef __INCLUDED_MATH_MATHLIB_H__
+#define __INCLUDED_MATH_MATHLIB_H__
/// this namespace contains mathematical classes and functions
/** This is an independent library
@@ -13,10 +13,10 @@
namespace math {}
#include "math/vector3f.h"
-#include "math/plane3f.h"
-#include "math/matrix4f.h"
#include "math/color.h"
+#include "math/axis.h"
+#include "math/matrix4f.h"
#include "math/functions.h"
-#endif // __INCLUDED_MATHLIB_H__
+#endif // __INCLUDED_MATH_MATHLIB_H__