42 lines
1.7 KiB
C++
42 lines
1.7 KiB
C++
#pragma once
|
|
|
|
#include "bit_buffer.hpp"
|
|
#include "byte_buffer.hpp"
|
|
#include "data_types.hpp"
|
|
#include "reply.hpp"
|
|
#include "service.hpp"
|
|
#include "servers/service_server.hpp"
|
|
|
|
#include "services/bdTeams.hpp" // 3
|
|
#include "services/bdStats.hpp" // 4
|
|
//#include "services/bdMessaging.hpp" // 6
|
|
#include "services/bdProfiles.hpp" // 8
|
|
#include "services/bdStorage.hpp" // 10
|
|
#include "services/bdTitleUtilities.hpp" // 12
|
|
#include "services/bdBandwidthTest.hpp" // 18
|
|
#include "services/bdStats2.hpp" // 19
|
|
#include "services/bdCounter.hpp" // 23
|
|
#include "services/bdDML.hpp" // 27
|
|
#include "services/bdGroup.hpp" // 28
|
|
//#include "services/bdCMail.hpp" // 29
|
|
#include "services/bdFacebook.hpp" // 36
|
|
#include "services/bdAnticheat.hpp" // 38
|
|
#include "services/bdContentStreaming.hpp" // 50
|
|
//#include "services/bdTags.hpp" // 52
|
|
#include "services/bdUNK63.hpp" // 63
|
|
#include "services/bdUserGroups.hpp" // 65
|
|
#include "services/bdEventLog.hpp" // 67
|
|
#include "services/bdRichPresence.hpp" // 68
|
|
//#include "services/bdTencent.hpp" // 71
|
|
//#include "services/bdCodOnlineTeams.hpp" // 72
|
|
#include "services/bdMarketplace.hpp" // 80
|
|
#include "services/bdLeague.hpp" // 81
|
|
#include "services/bdLeague2.hpp" // 82
|
|
#include "services/bdStats3.hpp" // 91
|
|
#include "services/bdPublisherVariables.hpp"// 95
|
|
// AccountLinking // 86
|
|
#include "services/bdPresence.hpp" //103
|
|
#include "services/bdMarketingComms.hpp" //104
|
|
#include "services/bdMatchMaking.hpp" //138
|
|
#include "services/bdReward.hpp" //139
|