![]() |
TrinityCore
|
#include <cstring>#include <cstdio>
Include dependency graph for VMapDefinitions.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| VMAP | |
Macros | |
| #define | LIQUID_TILE_SIZE (533.333f / 128.f) |
| #define | VMAP_ERROR_LOG(FILTER,...) TC_LOG_ERROR(FILTER, __VA_ARGS__) |
| #define | VMAP_DEBUG_LOG(FILTER,...) TC_LOG_DEBUG(FILTER, __VA_ARGS__) |
| #define | VMAP_INFO_LOG(FILTER,...) TC_LOG_INFO(FILTER, __VA_ARGS__) |
Functions | |
| bool | VMAP::readChunk (FILE *rf, char *dest, const char *compare, uint32 len) |
Variables | |
| const char | VMAP::VMAP_MAGIC [] = "VMAP_4.3" |
| const char | VMAP::RAW_VMAP_MAGIC [] = "VMAP043" |
| const char | VMAP::GAMEOBJECT_MODELS [] = "GameObjectModels.dtree" |
| #define LIQUID_TILE_SIZE (533.333f / 128.f) |
| #define VMAP_DEBUG_LOG | ( | FILTER, | |
| ... | |||
| ) | TC_LOG_DEBUG(FILTER, __VA_ARGS__) |
| #define VMAP_ERROR_LOG | ( | FILTER, | |
| ... | |||
| ) | TC_LOG_ERROR(FILTER, __VA_ARGS__) |
| #define VMAP_INFO_LOG | ( | FILTER, | |
| ... | |||
| ) | TC_LOG_INFO(FILTER, __VA_ARGS__) |
1.8.8