mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 10:14:35 +00:00
9 lines
127 B
C++
9 lines
127 B
C++
/// @ref core
|
|
/// @file glm/exponential.hpp
|
|
|
|
#include "detail/setup.hpp"
|
|
|
|
#pragma once
|
|
|
|
#include "detail/func_exponential.hpp"
|