#include <iostream>
#include <boost/program_options.hpp>
#include "i18n.h"
#include "esmfile.h"
#include "reporter.h"

Functions | |
| int | main (int argc, char *argv[]) |
readesm mainly defines which files to read and parse. The actual parsing of files is described in esmfile.h, and the information about the parsing of the individual blocks just there.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
References i18nInit(), esmfile::name(), slurptofile(), reporter::str(), tr(), trc(), and reporter::verbose.
1.5.8