mirror of
https://github.com/holub/mame
synced 2025-06-23 04:48:37 +03:00
7 lines
84 B
C++
7 lines
84 B
C++
/// @ref core
|
|
/// @file glm/vec3.hpp
|
|
|
|
#pragma once
|
|
|
|
#include "detail/type_vec3.hpp"
|