diff --git a/r5dev/client/cdll_engine_int.h b/r5dev/client/cdll_engine_int.h index aa092937..f09e9ce0 100644 --- a/r5dev/client/cdll_engine_int.h +++ b/r5dev/client/cdll_engine_int.h @@ -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 {