Files
vmath.hpp/headers/vmath.hpp/vmath_all.hpp
2022-09-21 19:20:25 +07:00

22 lines
636 B
C++

/*******************************************************************************
* This file is part of the "https://github.com/blackmatov/vmath.hpp"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2020-2022, by Matvey Cherevko (blackmatov@gmail.com)
******************************************************************************/
#pragma once
#include "vmath_fwd.hpp"
#include "vmath_fun.hpp"
#include "vmath_ext.hpp"
#include "vmath_mat.hpp"
#include "vmath_mat_fun.hpp"
#include "vmath_qua.hpp"
#include "vmath_qua_fun.hpp"
#include "vmath_vec.hpp"
#include "vmath_vec_fun.hpp"