|
Pol
Revision:cb584c9
|
#include "uofile.h"#include <cstdio>#include <string>#include <fstream>#include "../clib/fileutil.h"#include "../clib/logfacility.h"#include "../clib/stlutil.h"#include "../plib/systemstate.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Core | |
Functions | |
| FILE * | Pol::Core::open_map_file (std::string name, int map_id) |
| void | Pol::Core::open_uo_data_files (void) |
| FILE * | Pol::Core::open_uo_file (const std::string &filename_part) |
| bool | Pol::Core::open_uopmap_file (const int mapid) |
Variables | |
| FILE * | Pol::Core::mapdif_file = nullptr |
| FILE * | Pol::Core::mapdifl_file = nullptr |
| FILE * | Pol::Core::mapfile = nullptr |
| FILE * | Pol::Core::sidxfile = nullptr |
| FILE * | Pol::Core::stadif_file = nullptr |
| FILE * | Pol::Core::stadifi_file = nullptr |
| FILE * | Pol::Core::stadifl_file = nullptr |
| FILE * | Pol::Core::statfile = nullptr |
| FILE * | Pol::Core::tilefile = nullptr |
| std::ifstream | Pol::Core::uopmapfile |
| FILE * | Pol::Core::verfile = nullptr |
Definition in file uofile00.cpp.