OpenMW
|
#include <data.hpp>
Classes | |
struct | MorphData |
Public Member Functions | |
void | read (NIFStream *nif) |
Parses the record from file. | |
Public Attributes | |
std::vector< MorphData > | mMorphs |
void Nif::NiMorphData::read | ( | NIFStream * | nif | ) | [inline, virtual] |
Parses the record from file.
Implements Nif::Record.
std::vector<MorphData> Nif::NiMorphData::mMorphs |