TrinityCore
Loading...
Searching...
No Matches
TileAssembler.cpp File Reference
#include "TileAssembler.h"
#include "BoundingIntervalHierarchy.h"
#include "Duration.h"
#include "IteratorPair.h"
#include "MapTree.h"
#include "Memory.h"
#include "StringConvert.h"
#include "StringFormat.h"
#include "ThreadPool.h"
#include "VMapDefinitions.h"
#include <boost/filesystem/directory.hpp>
#include <boost/filesystem/operations.hpp>
#include <mutex>
#include <set>
+ Include dependency graph for TileAssembler.cpp:

Go to the source code of this file.

Classes

struct  BoundsTrait< VMAP::ModelSpawn * >
 
struct  VMAP::WMOLiquidHeader
 

Namespaces

namespace  VMAP
 

Macros

#define READ_OR_RETURN(V, S)
 
#define CMP_OR_RETURN(V, S)
 

Functions

static auto VMAP::OpenFile (boost::filesystem::path const &p, char const *mode)
 

Macro Definition Documentation

◆ CMP_OR_RETURN

#define CMP_OR_RETURN (   V,
 
)
Value:
if (strcmp((V), (S)) != 0) do { \
printf("%s cmpfail, %s!=%s\n", __FUNCTION__, V, S);return false; } while(false)

Definition at line 472 of file TileAssembler.cpp.

◆ READ_OR_RETURN

#define READ_OR_RETURN (   V,
 
)
Value:
if (fread((V), (S), 1, rf) != 1) do { \
printf("%s readfail, op = %s\n", __FUNCTION__, #V); return false; } while(false)

Definition at line 470 of file TileAssembler.cpp.