|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "TileAssembler.h"#include "MapTree.h"#include "BoundingIntervalHierarchy.h"#include "VMapDefinitions.h"#include <set>#include <iomanip>#include <sstream>Go to the source code of this file.
Classes | |
| struct | BoundsTrait< VMAP::ModelSpawn * > |
| struct | VMAP::WMOLiquidHeader |
Namespaces | |
| namespace | VMAP |
Macros | |
| #define | CMP_OR_RETURN(V, S) |
| #define | READ_OR_RETURN(V, S) |
| #define | READ_OR_RETURN_WITH_DELETE(V, S) |
Functions | |
| bool | VMAP::readChunk (FILE *rf, char *dest, const char *compare, uint32 len) |
| #define CMP_OR_RETURN | ( | V, | |
| S ) |
Definition at line 411 of file TileAssembler.cpp.
Referenced by VMAP::GroupModel_Raw::Read(), and VMAP::WorldModel_Raw::Read().
| #define READ_OR_RETURN | ( | V, | |
| S ) |
Definition at line 407 of file TileAssembler.cpp.
Referenced by VMAP::GroupModel_Raw::Read(), and VMAP::WorldModel_Raw::Read().
| #define READ_OR_RETURN_WITH_DELETE | ( | V, | |
| S ) |
Definition at line 409 of file TileAssembler.cpp.
Referenced by VMAP::GroupModel_Raw::Read().