mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 21:59:55 +00:00
7da38113be
adresses multiple review comments
12 lines
323 B
C++
12 lines
323 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, sHealthDamageSoundId;
|
|
extern const RefId sGoldId001, sGoldId005, sGoldId010, sGoldId025, sGoldId100;
|
|
|
|
}
|
|
|
|
#endif
|