mirror of
https://github.com/g-truc/glm.git
synced 2025-04-16 18:24:58 +00:00
Fixed build
This commit is contained in:
parent
da8b136419
commit
e280eb9d6c
4 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue