the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
1#pragma once
2
3#include "SenClientCultureBackCompat_SenCore.h"
4#include "SenClientNews.h"
5
6namespace Sentient
7{
8__declspec(deprecated("This function is deprecated. See the function body for an example of using the new API."))
9__inline HRESULT SenGetTickerMessage(
10 int userIndex,
11 const SenCultureInfo *culture,
12 SenTickerData *out_tickerData )
13{
14 return SenGetTickerMessage(userIndex, out_tickerData);
15}
16}