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.
8 lines
231 B
8 lines
231 B
/// @ref core
|
|
/// @file glm/mat4x3.hpp
|
|
|
|
#pragma once
|
|
#include "./ext/matrix_double4x3.hpp"
|
|
#include "./ext/matrix_double4x3_precision.hpp"
|
|
#include "./ext/matrix_float4x3.hpp"
|
|
#include "./ext/matrix_float4x3_precision.hpp"
|
|
|