blob: b7d72a631566b852149e5785898de65aefc570f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
|