mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Remove ClientClass from dedicated.
* We should consider removing cdll_engine_int.h from dedicated fully.
This commit is contained in:
parent
f8592f3d64
commit
e0792af1ce
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user