#include "map.h"#include "common/wave_ex.h"#include "perf/perf.h"
Go to the source code of this file.
Namespaces | |
| namespace | aesop |
Typedefs | |
| typedef std::vector< smart_ptr < MapFormatReader > > | aesop::vec_reader_t |
Functions | |
| void | aesop::registerMapFormatReader (IN smart_ptr< MapFormatReader > &reader) |
| This is how you can register a MapFormatReader with the map loader. | |
| smart_ptr< Map > | aesop::loadMap (IN const char *id, IN const char *path_to_map_file) |
| This is the map loading routine clients should use. | |
Variables | |
| static vec_reader_t | aesop::s_readers |
1.7.1