OpenMW
|
#include <string>
#include <vector>
#include <list>
#include "esmcommon.hpp"
#include "defs.hpp"
#include "cellref.hpp"
Go to the source code of this file.
Classes | |
class | ESM::MovedCellRef |
struct | ESM::Cell |
struct | ESM::Cell::DATAstruct |
struct | ESM::Cell::AMBIstruct |
Namespaces | |
namespace | MWWorld |
World data. | |
namespace | ESM |
ESM/ESP records. | |
Typedefs | |
typedef std::list< MovedCellRef > | ESM::MovedCellRefTracker |
typedef std::list< CellRef > | ESM::CellRefTracker |
Functions | |
bool | ESM::operator== (const MovedCellRef &ref, int pRefnum) |
Some overloaded compare operators. | |
bool | ESM::operator== (const CellRef &ref, int pRefnum) |