|
OpenMW
|
#include "converter.hpp"#include <stdexcept>#include <algorithm>#include <osgDB/WriteFile>#include <components/esm/creaturestate.hpp>#include <components/esm/containerstate.hpp>#include <components/misc/constants.hpp>#include "convertcrec.hpp"#include "convertcntc.hpp"#include "convertscri.hpp"Classes | |
| struct | ESSImport::MAPH |
Namespaces | |
| anonymous_namespace{converter.cpp} | |
| ESSImport | |
Functions | |
| void | anonymous_namespace{converter.cpp}::convertImage (char *data, int size, int width, int height, GLenum pf, const std::string &out) |
| void | anonymous_namespace{converter.cpp}::convertCellRef (const ESSImport::CellRef &cellref, ESM::ObjectState &objstate) |
| bool | anonymous_namespace{converter.cpp}::isIndexedRefId (const std::string &indexedRefId) |
| void | anonymous_namespace{converter.cpp}::splitIndexedRefId (const std::string &indexedRefId, int &refIndex, std::string &refId) |
| int | anonymous_namespace{converter.cpp}::convertActorId (const std::string &indexedRefId, ESSImport::Context &context) |
1.8.6