EvEmu
0.8.4
11 September 2021
|
#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"
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()) |
#define LogMacro | ( | v | ) | _log(DESTINY__ORBIT_TRACE, "m - " #v ": (%.3f, %.3f, %.3f) len=%.3f", v.x, v.y, v.z, v.length()) |
Referenced by DestinyManager::ComputePosition(), and DestinyManager::Orbit().