![]() |
TrinityCore
|
#include "TileAssembler.h"#include "MapTree.h"#include "BoundingIntervalHierarchy.h"#include "VMapDefinitions.h"#include <set>#include <iomanip>#include <sstream>
Include dependency graph for TileAssembler.cpp:Classes | |
| struct | BoundsTrait< VMAP::ModelSpawn * > |
| struct | VMAP::WMOLiquidHeader |
Namespaces | |
| VMAP | |
Macros | |
| #define | READ_OR_RETURN(V, S) |
| #define | READ_OR_RETURN_WITH_DELETE(V, S) |
| #define | CMP_OR_RETURN(V, S) |
Functions | |
| bool | VMAP::readChunk (FILE *rf, char *dest, const char *compare, uint32 len) |
| #define CMP_OR_RETURN | ( | V, | |
| S | |||
| ) |
| #define READ_OR_RETURN | ( | V, | |
| S | |||
| ) |
| #define READ_OR_RETURN_WITH_DELETE | ( | V, | |
| S | |||
| ) |
1.8.8