Add Discord RPC back with new features, add beta splitscreen support, PR's from MCLCE used in this https://github.com/MCLCE/MinecraftConsoles/pull/1044 https://github.com/MCLCE/MinecraftConsoles/pull/1136 https://github.com/MCLCE/MinecraftConsoles/pull/1245
20 lines
664 B
C
20 lines
664 B
C
/********************************************************
|
|
* *
|
|
* Copyright (C) Microsoft. All rights reserved. *
|
|
* *
|
|
********************************************************/
|
|
|
|
// Sentient Client AvatarSuperstars API
|
|
//
|
|
// Include this to get access to all Superstars-related Sentient features.
|
|
|
|
#pragma once
|
|
|
|
// Independent Sentient libraries that get rolled into Superstars
|
|
#include "SenClientNews.h"
|
|
#include "SenClientBoxArt.h"
|
|
|
|
// Superstars-specific includes
|
|
#include "SenClientAvatar.h"
|
|
#include "SenClientHelp.h"
|
|
#include "SenClientFame.h" |