#ifndef OPENMW_COMPONENTS_ESM_REFIDHARDCODED_HPP #define OPENMW_COMPONENTS_ESM_REFIDHARDCODED_HPP #include "refid.hpp" namespace ESM { extern const RefId sPlayerId, sMenuClickSoundId, sBookPageSoundId, sHealthDamageSoundId; extern const RefId sGoldId001, sGoldId005, sGoldId010, sGoldId025, sGoldId100; } #endif