37 lines
1.5 KiB
C++
37 lines
1.5 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/bdMatchMaking.hpp" // 21
|
|
#include "services/bdCounters.hpp" // 23
|
|
#include "services/bdDML.hpp" // 27
|
|
#include "services/bdGroups.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/bdEventLog.hpp" // 67
|
|
#include "services/bdRichPresence.hpp" // 68
|
|
//#include "services/bdTitleUtilities2.hpp" // 72
|
|
#include "services/bdUNK80.hpp"
|
|
#include "services/bdUNK95.hpp"
|
|
// AccountLinking // 86
|
|
#include "services/bdPresence.hpp" //103
|
|
#include "services/bdMarketingComms.hpp" //104
|
|
#include "services/bdMatchMaking2.hpp" //138
|
|
#include "services/bdMarketing.hpp" //139
|