mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fixed build
This commit is contained in:
parent
da8b136419
commit
e280eb9d6c
@ -1,6 +1,8 @@
|
||||
/// @ref core
|
||||
/// @file glm/detail/type_vec1.inl
|
||||
|
||||
#include "./compute_common.hpp"
|
||||
|
||||
namespace glm
|
||||
{
|
||||
// -- Implicit basic constructors --
|
||||
|
@ -1,6 +1,8 @@
|
||||
/// @ref core
|
||||
/// @file glm/core/type_tvec2.inl
|
||||
|
||||
#include "./compute_common.hpp"
|
||||
|
||||
namespace glm
|
||||
{
|
||||
// -- Implicit basic constructors --
|
||||
|
@ -1,6 +1,8 @@
|
||||
/// @ref core
|
||||
/// @file glm/detail/type_tvec3.inl
|
||||
|
||||
#include "./compute_common.hpp"
|
||||
|
||||
namespace glm
|
||||
{
|
||||
// -- Implicit basic constructors --
|
||||
|
@ -1,6 +1,8 @@
|
||||
/// @ref core
|
||||
/// @file glm/detail/type_tvec4.inl
|
||||
|
||||
#include "./compute_common.hpp"
|
||||
|
||||
namespace glm{
|
||||
namespace detail
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user