OpenMW
|
< More...
#include <globalmap.hpp>
Classes | |
struct | Bounds |
Public Types | |
typedef std::pair< int, int > | CellId |
Public Member Functions | |
void | load (ESMReader &esm) |
void | save (ESMWriter &esm) const |
Public Attributes | |
Bounds | mBounds |
std::vector< char > | mImageData |
std::set< CellId > | mMarkers |
Static Public Attributes | |
static unsigned int | sRecordId = ESM::REC_GMAP |
<
An image containing the explored areas on the global map.
typedef std::pair<int, int> ESM::GlobalMap::CellId |
void ESM::GlobalMap::load | ( | ESMReader & | esm | ) |
void ESM::GlobalMap::save | ( | ESMWriter & | esm | ) | const |
Bounds ESM::GlobalMap::mBounds |
std::vector<char> ESM::GlobalMap::mImageData |
std::set<CellId> ESM::GlobalMap::mMarkers |
|
static |