Remove circular dependency between Vector3 and Basis.

This commit is contained in:
Marcel Admiraal
2019-10-07 16:26:27 +02:00
parent 234289de2b
commit 40197685bb
3 changed files with 18 additions and 23 deletions

View File

@ -28,13 +28,11 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
// Circular dependency between Vector3 and Basis :/
#include "core/math/vector3.h"
#ifndef BASIS_H
#define BASIS_H
#include "core/math/quat.h"
#include "core/math/vector3.h"
class Basis {
public: