mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
12 lines
173 B
C++
12 lines
173 B
C++
![]() |
#include "timestamp.hpp"
|
||
|
|
||
|
#include "esmreader.hpp"
|
||
|
|
||
|
namespace ESM
|
||
|
{
|
||
|
void TimeStamp::load(ESMReader& esm, NAME name)
|
||
|
{
|
||
|
esm.getHNT(name, mHour, mDay);
|
||
|
}
|
||
|
}
|