OpenTTD Source 20250524-master-gc366e6a48e
|
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 | |
using | TarList = std::map< std::string, std::string, std::less<> > |
Map of tar file to tar directory. | |
using | TarFileList = std::map< std::string, TarFileListEntry, std::less<> > |
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.
using TarFileList = std::map<std::string, TarFileListEntry, std::less<> > |
Definition at line 23 of file tar_type.h.
using TarList = std::map<std::string, std::string, std::less<> > |
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.