You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
224 B
9 lines
224 B
/// @ref core
|
|
/// @file glm/mat2x4.hpp
|
|
|
|
#pragma once
|
|
#include "./ext/matrix_double2x4.hpp"
|
|
#include "./ext/matrix_double2x4_precision.hpp"
|
|
#include "./ext/matrix_float2x4.hpp"
|
|
#include "./ext/matrix_float2x4_precision.hpp"
|
|
|
|
|