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-05-04 22:30:49 +0000
committerStijn Buys <ingar@osirion.org>2008-05-04 22:30:49 +0000
commit7218e3bd4616d4706090ec47d72845a2bb89c6a3 (patch)
treecbf3fdb0dddf573edff89b50af22e8a84690cf00 /src/math/mathlib.h
parent33e45d8052b385aa8b1fce68122c8d11f50e7e42 (diff)
split map reading from models
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__