mirror of
https://github.com/g-truc/glm.git
synced 2024-11-16 23:04:35 +00:00
9 lines
113 B
C++
9 lines
113 B
C++
/// @ref core
|
|
/// @file glm/vec3.hpp
|
|
|
|
#include "detail/setup.hpp"
|
|
|
|
#pragma once
|
|
|
|
#include "detail/type_vec3.hpp"
|