EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
DestinyManager.cpp File Reference
#include "EVEServerConfig.h"
#include "Client.h"
#include "EntityList.h"
#include "PyServiceMgr.h"
#include "StaticDataMgr.h"
#include "npc/NPC.h"
#include "npc/NPCAI.h"
#include "packets/Missile.h"
#include "ship/Missile.h"
#include "ship/Ship.h"
#include "station/Station.h"
#include "station/StationDataMgr.h"
#include "system/BubbleManager.h"
#include "system/Container.h"
#include "system/DestinyManager.h"
#include "system/SystemBubble.h"
#include "system/SystemManager.h"
Include dependency graph for DestinyManager.cpp:

Go to the source code of this file.

Macros

#define LogMacro(v)   _log(DESTINY__ORBIT_TRACE, "m - " #v ": (%.3f, %.3f, %.3f) len=%.3f", v.x, v.y, v.z, v.length())
 

Macro Definition Documentation

#define LogMacro (   v)    _log(DESTINY__ORBIT_TRACE, "m - " #v ": (%.3f, %.3f, %.3f) len=%.3f", v.x, v.y, v.z, v.length())