![]() |
TrinityCore
|
#include "Define.h"#include <libmpq/mpq.h>#include <string>#include <utility>#include <vector>#include <cstring>
Include dependency graph for mpq_libmpq.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | MPQArchive |
| class | MPQFile |
Namespaces | |
| namespace | MPQ |
Typedefs | |
| typedef std::vector< MPQArchive > | ArchiveSet |
Functions | |
| void | flipcc (char *fcc) |
| bool | MPQ::OpenArchives (std::string_view inputPath, std::string_view localeName) |
| void | MPQ::CloseArchives () |
Variables | |
| ArchiveSet | gOpenArchives |
| typedef std::vector<MPQArchive> ArchiveSet |
Definition at line 69 of file mpq_libmpq.h.
|
inline |
|
extern |
Definition at line 29 of file mpq_libmpq.cpp.