mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 12:39:53 +00:00
13 lines
301 B
C++
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
|