OpenTTD Source
20241108-master-g80f628063a
|
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.