Remove ClientClass from dedicated.

* We should consider removing cdll_engine_int.h from dedicated fully.
This commit is contained in:
PixieCore 2022-07-15 19:22:02 +02:00
parent f8592f3d64
commit e0792af1ce

View File

@ -1,5 +1,7 @@
#pragma once
#ifndef DEDICATED // We should think about not including this file at all in dedicated tbh.
#include "public/include/client_class.h"
#endif
enum class ClientFrameStage_t : int
{
@ -27,7 +29,10 @@ class CHLClient
{
public:
static void FrameStageNotify(CHLClient* pHLClient, ClientFrameStage_t curStage);
#ifndef DEDICATED
ClientClass* GetAllClasses();
#endif
void* /* CUserCmd* */ GetUserCmd(int sequenceNumber) // @0x1405BB020 in R5pc_r5launch_N1094_CL456479_2019_10_30_05_20_PM
{