mirror of
https://github.com/holub/mame
synced 2025-05-05 13:54:42 +03:00
7 lines
84 B
C++
7 lines
84 B
C++
/// @ref core
|
|
/// @file glm/vec2.hpp
|
|
|
|
#pragma once
|
|
|
|
#include "detail/type_vec2.hpp"
|