TrinityCore
Loading...
Searching...
No Matches
mpq_libmpq.h File Reference
#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< MPQArchiveArchiveSet
 

Functions

void flipcc (char *fcc)
 
bool MPQ::OpenArchives (std::string_view inputPath, std::string_view localeName)
 
void MPQ::CloseArchives ()
 

Variables

ArchiveSet gOpenArchives
 

Typedef Documentation

◆ ArchiveSet

typedef std::vector<MPQArchive> ArchiveSet

Definition at line 69 of file mpq_libmpq.h.

Function Documentation

◆ flipcc()

void flipcc ( char *  fcc)
inline

Definition at line 97 of file mpq_libmpq.h.

+ Here is the caller graph for this function:

Variable Documentation

◆ gOpenArchives

ArchiveSet gOpenArchives
extern

Definition at line 29 of file mpq_libmpq.cpp.