| 12345678910111213141516 |
- // Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
- // All rights reserved.
- // Code licensed under the BSD License.
- // http://www.anki3d.org/LICENSE
- #ifndef ANKI_MATH_H
- #define ANKI_MATH_H
- #include "anki/math/CommonIncludes.h"
- #include "anki/math/CommonSrc.h"
- #include "anki/math/Functions.h"
- /// @defgroup math Math library
- /// @ingroup anki_public
- #endif
|