mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 21:59:55 +00:00
1e5768170f
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);
|
|
}
|
|
|
|
}
|