|
EvEmu
0.8.4
11 September 2021
|
#include "eve-server.h"#include "../eve-common/EVEVersion.h"#include "../eve-common/EVE_Character.h"#include "Client.h"#include "ConsoleCommands.h"#include "EVEServerConfig.h"#include "LiveUpdateDB.h"#include "PyBoundObject.h"#include "StaticDataMgr.h"#include "chat/LSCService.h"#include "character/CharUnboundMgrService.h"#include "corporation/CorporationDB.h"#include "fleet/FleetService.h"#include "imageserver/ImageServer.h"#include "missions/MissionDataMgr.h"#include "npc/NPC.h"#include "station/StationDataMgr.h"#include "station/StationOffice.h"#include "system/DestinyManager.h"#include "system/SystemManager.h"#include "system/SystemBubble.h"#include "system/cosmicMgrs/AnomalyMgr.h"#include "exploration/Scan.h"#include "station/Station.h"#include "station/TradeService.h"#include "pos/Tower.h"
Go to the source code of this file.
Variables | |
| static const uint32 | PING_INTERVAL_MS = 600000 |
|
static |
Definition at line 57 of file Client.cpp.