1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00
OpenMW/components/esm3/refnum.hpp
2024-05-03 01:55:20 +02:00

12 lines
177 B
C++

#ifndef OPENMW_COMPONENTS_ESM3_REFNUM_H
#define OPENMW_COMPONENTS_ESM3_REFNUM_H
#include <components/esm/formid.hpp>
namespace ESM
{
using RefNum = ESM::FormId;
}
#endif