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.
14 lines
451 B
14 lines
451 B
/// @ref core
|
|
/// @file glm/vec2.hpp
|
|
|
|
#pragma once
|
|
#include "./ext/vector_bool2.hpp"
|
|
#include "./ext/vector_bool2_precision.hpp"
|
|
#include "./ext/vector_float2.hpp"
|
|
#include "./ext/vector_float2_precision.hpp"
|
|
#include "./ext/vector_double2.hpp"
|
|
#include "./ext/vector_double2_precision.hpp"
|
|
#include "./ext/vector_int2.hpp"
|
|
#include "./ext/vector_int2_sized.hpp"
|
|
#include "./ext/vector_uint2.hpp"
|
|
#include "./ext/vector_uint2_sized.hpp"
|
|
|