mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
fcfe267fc9
Removed obsolete *.cpp files.
13 lines
145 B
C++
13 lines
145 B
C++
#include "loadench.hpp"
|
|
|
|
namespace ESM
|
|
{
|
|
|
|
void Enchantment::load(ESMReader &esm)
|
|
{
|
|
esm.getHNT(data, "ENDT", 16);
|
|
effects.load(esm);
|
|
}
|
|
|
|
}
|