1 #ifndef OPENMW_ESM_CELLID_H
2 #define OPENMW_ESM_CELLID_H
bool mPaged
Definition: cellid.hpp:21
Definition: cellid.hpp:13
static const std::string sDefaultWorldspace
Definition: cellid.hpp:23
bool operator==(const CellId &left, const CellId &right)
Definition: cellid.cpp:29
Definition: esmreader.hpp:21
bool operator<(const CellId &left, const CellId &right)
Definition: cellid.cpp:40
void save(ESMWriter &esm) const
Definition: cellid.cpp:21
void load(ESMReader &esm)
Definition: cellid.cpp:8
int mX
Definition: cellid.hpp:15
Definition: esmwriter.hpp:17
int mY
Definition: cellid.hpp:16
std::string mWorldspace
Definition: cellid.hpp:19
CellIndex mIndex
Definition: cellid.hpp:20
Definition: cellid.hpp:11
bool operator!=(const CellId &left, const CellId &right)
Definition: cellid.cpp:35