TrinityCore
adtfile.cpp File Reference
#include "vmapexport.h"
#include "adtfile.h"
#include "StringFormat.h"
#include <cstdio>
#include "Errors.h"
+ Include dependency graph for adtfile.cpp:

Go to the source code of this file.

Functions

char const * GetPlainName (char const *FileName)
 
char * GetPlainName (char *FileName)
 
void FixNameCase (char *name, size_t len)
 
void FixNameSpaces (char *name, size_t len)
 
void NormalizeFileName (char *name, size_t len)
 
char * GetExtension (char *FileName)
 

Variables

std::shared_ptr< CASC::StorageCascStorage
 

Function Documentation

◆ FixNameCase()

void FixNameCase ( char *  name,
size_t  len 
)

Definition at line 42 of file adtfile.cpp.

+ Here is the caller graph for this function:

◆ FixNameSpaces()

void FixNameSpaces ( char *  name,
size_t  len 
)

Definition at line 59 of file adtfile.cpp.

+ Here is the caller graph for this function:

◆ GetExtension()

char * GetExtension ( char *  FileName)

Definition at line 78 of file adtfile.cpp.

◆ GetPlainName() [1/2]

char * GetPlainName ( char *  FileName)

Definition at line 33 of file adtfile.cpp.

◆ GetPlainName() [2/2]

char const * GetPlainName ( char const *  FileName)

Definition at line 24 of file adtfile.cpp.

+ Here is the caller graph for this function:

◆ NormalizeFileName()

void NormalizeFileName ( char *  name,
size_t  len 
)

Definition at line 69 of file adtfile.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ CascStorage

std::shared_ptr<CASC::Storage> CascStorage
extern

Definition at line 49 of file System.cpp.