1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-10 12:39:53 +00:00
OpenMW/components/esm/refidhardcoded.hpp

13 lines
301 B
C++

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