![]() |
TrinityCore
|
#include <string>#include <vector>#include "Common.h"#include <stddef.h>#include <dirent.h>
Include dependency graph for PathCommon.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| MMAP | |
Enumerations | |
| enum | NavTerrain { NAV_EMPTY = 0x00, NAV_GROUND = 0x01, NAV_MAGMA = 0x02, NAV_SLIME = 0x04, NAV_WATER = 0x08, NAV_UNUSED1 = 0x10, NAV_UNUSED2 = 0x20, NAV_UNUSED3 = 0x40, NAV_UNUSED4 = 0x80, NAV_EMPTY = 0x00, NAV_GROUND = 0x01, NAV_MAGMA = 0x02, NAV_SLIME = 0x04, NAV_WATER = 0x08, NAV_UNUSED1 = 0x10, NAV_UNUSED2 = 0x20, NAV_UNUSED3 = 0x40, NAV_UNUSED4 = 0x80 } |
| enum | MMAP::ListFilesResult { MMAP::LISTFILE_DIRECTORY_NOT_FOUND = 0, MMAP::LISTFILE_OK = 1 } |
Functions | |
| bool | MMAP::matchWildcardFilter (const char *filter, const char *str) |
| ListFilesResult | MMAP::getDirContents (std::vector< std::string > &fileList, std::string dirpath=".", std::string filter="*") |
| enum NavTerrain |
1.8.8