Files
enduro2d/headers/enduro2d/math/_all.hpp
2018-10-24 18:38:36 +07:00

20 lines
534 B
C++

/*******************************************************************************
* This file is part of the "Enduro2D"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2018 Matvey Cherevko
******************************************************************************/
#pragma once
#include "_math.hpp"
#include "mat2.hpp"
#include "mat3.hpp"
#include "mat4.hpp"
#include "rect.hpp"
#include "trig.hpp"
#include "unit.hpp"
#include "vec2.hpp"
#include "vec3.hpp"
#include "vec4.hpp"