first commit

This commit is contained in:
murdle
2026-03-01 02:38:58 +02:00
commit 19250b9db4
19111 changed files with 4358159 additions and 0 deletions

View File

@@ -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"