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