mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
fcfe267fc9
Removed obsolete *.cpp files.
12 lines
120 B
C++
12 lines
120 B
C++
#include "loadstat.hpp"
|
|
|
|
namespace ESM
|
|
{
|
|
|
|
void Static::load(ESMReader &esm)
|
|
{
|
|
model = esm.getHNString("MODL");
|
|
}
|
|
|
|
}
|