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