mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-16 14:08:59 +07:00
20 lines
534 B
C++
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"
|