#ifndef OPENMW_COMPONENTS_ESM3_REFNUM_H #define OPENMW_COMPONENTS_ESM3_REFNUM_H #include namespace ESM { using RefNum = ESM::FormId; } #endif