forked from mirror/openmw-tes3mp
fcfe267fc9
Removed obsolete *.cpp files.
11 lines
120 B
C++
11 lines
120 B
C++
#include "loadstat.hpp"
|
|
|
|
namespace ESM
|
|
{
|
|
|
|
void Static::load(ESMReader &esm)
|
|
{
|
|
model = esm.getHNString("MODL");
|
|
}
|
|
|
|
}
|