zeus/MathLib.hpp

16 lines
315 B
C++
Raw Normal View History

2015-04-19 20:39:16 +00:00
#ifndef __MATHLIB_HPP
#define __MATHLIB_HPP
#include "CAxisAngle.hpp"
#include "CMatrix3f.hpp"
#include "CProjection.hpp"
#include "CTransform.hpp"
#include "CQuaternion.hpp"
#include "CVector3d.hpp"
#include "CVector3f.hpp"
#include "CPlane.hpp"
#include "Global.hpp"
#include "Math.hpp"
#endif // __MATHLIB_HPP