mirror of
https://github.com/g-truc/glm.git
synced 2024-11-16 14:54:35 +00:00
7 lines
84 B
C++
7 lines
84 B
C++
/// @ref core
|
|
/// @file glm/vec4.hpp
|
|
|
|
#pragma once
|
|
|
|
#include "detail/type_vec4.hpp"
|