1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 03:35:27 +00:00
florent.teppe d782d37ee2 Make sure Vec2iRefId is trivially copyable on GCC 11.3
std::pair<int, int> isn't trivially copyable on some compilers
so a specific struct is defined, it's an int pair, but it should be recognised by GCC 11.3 as trivially copyable

Vec2iRefId => ESM3ExteriorCellRefId

more explcit name and use mX,mY instead of pair
renamed files and enum
2023-04-03 14:17:31 +02:00
..
2016-12-15 13:09:40 +01:00
2023-01-21 18:39:42 +01:00
2023-03-27 09:57:53 +02:00
2022-09-22 21:35:26 +03:00
2021-10-05 22:51:12 +02:00
2022-10-06 21:50:31 +02:00