diff options
Diffstat (limited to 'Minecraft.Client/Xbox/Sentient/Include/SenClientSuperstars.h')
| -rw-r--r-- | Minecraft.Client/Xbox/Sentient/Include/SenClientSuperstars.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Minecraft.Client/Xbox/Sentient/Include/SenClientSuperstars.h b/Minecraft.Client/Xbox/Sentient/Include/SenClientSuperstars.h new file mode 100644 index 00000000..b7d72a63 --- /dev/null +++ b/Minecraft.Client/Xbox/Sentient/Include/SenClientSuperstars.h @@ -0,0 +1,20 @@ +/******************************************************** +* * +* 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"
\ No newline at end of file |
