OpenTTD Source 20241224-master-gee860a5c8e
|
Structs, typedefs and macros used for TAR file handling. More...
#include "fileio_type.h"
Go to the source code of this file.
Data Structures | |
struct | TarFileListEntry |
Typedefs | |
typedef std::map< std::string, std::string > | TarList |
Map of tar file to tar directory. | |
typedef std::map< std::string, TarFileListEntry > | TarFileList |
Variables | |
std::array< TarList, NUM_SUBDIRS > | _tar_list |
TarFileList | _tar_filelist [NUM_SUBDIRS] |
Structs, typedefs and macros used for TAR file handling.
Definition in file tar_type.h.
typedef std::map<std::string, TarFileListEntry> TarFileList |
Definition at line 23 of file tar_type.h.
typedef std::map<std::string, std::string> TarList |
Map of tar file to tar directory.
Definition at line 22 of file tar_type.h.
|
extern |
Definition at line 68 of file fileio.cpp.
|
extern |
Definition at line 67 of file fileio.cpp.