mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 15:19:55 +00:00
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");
|
|
}
|
|
|
|
}
|