the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 20 lines 664 B view raw
1/******************************************************** 2* * 3* Copyright (C) Microsoft. All rights reserved. * 4* * 5********************************************************/ 6 7// Sentient Client AvatarSuperstars API 8// 9// Include this to get access to all Superstars-related Sentient features. 10 11#pragma once 12 13// Independent Sentient libraries that get rolled into Superstars 14#include "SenClientNews.h" 15#include "SenClientBoxArt.h" 16 17// Superstars-specific includes 18#include "SenClientAvatar.h" 19#include "SenClientHelp.h" 20#include "SenClientFame.h"