mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 06:49:55 +00:00
1e5768170f
Removed obsolete *.cpp files.
12 lines
158 B
C++
12 lines
158 B
C++
#include "loadltex.hpp"
|
|
|
|
namespace ESM
|
|
{
|
|
|
|
void LandTexture::load(ESMReader &esm)
|
|
{
|
|
esm.getHNT(index, "INTV");
|
|
texture = esm.getHNString("DATA");
|
|
}
|
|
|
|
}
|