mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
12 lines
177 B
C++
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
|