|
OpenMW
|
#include <iostream>#include <vector>#include <deque>#include <list>#include <map>#include <set>#include <fstream>#include <cmath>#include <boost/program_options.hpp>#include <components/esm/esmreader.hpp>#include <components/esm/esmwriter.hpp>#include <components/esm/records.hpp>#include "record.hpp"#include <iomanip>Classes | |
| struct | ESMData |
| struct | Arguments |
Macros | |
| #define | ESMTOOL_VERSION 1.2 |
Functions | |
| bool | parseOptions (int argc, char **argv, Arguments &info) |
| void | printRaw (ESM::ESMReader &esm) |
| void | loadCell (ESM::Cell &cell, ESM::ESMReader &esm, Arguments &info) |
| int | load (Arguments &info) |
| int | clone (Arguments &info) |
| int | comp (Arguments &info) |
| int | main (int argc, char **argv) |
Variables | |
| static const int | sLabeledRecIds [] |
| #define ESMTOOL_VERSION 1.2 |
| void loadCell | ( | ESM::Cell & | cell, |
| ESM::ESMReader & | esm, | ||
| Arguments & | info | ||
| ) |
| void printRaw | ( | ESM::ESMReader & | esm | ) |
|
static |
1.8.6