1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 21:59:55 +00:00
openmw/components/esm/refidhardcoded.hpp
2022-12-27 19:15:56 +01:00

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