RDR-Classes/classes.cpp
maybegreat48 ca56c5acdd
Entities (#4)
* feat(metric): add rlMetric

* fix(metric): serializer fix

* feat(tls): add tlsContext

* feat(fwEntity): add entity classes

* fix: add import

* fix(vector): constexpr ctors

* feat(ped): add CPed

---------
2023-09-29 23:45:35 +02:00

28 lines
974 B
C++

#include "base/datBase.hpp"
#include "base/fwExtensibleBase.hpp"
#include "base/fwRefAwareBase.hpp"
#include "base/fwRefAwareBaseImpl.hpp"
#include "entity/fwEntity.hpp"
#include "network/CNetGamePlayer.hpp"
#include "network/CNetworkPlayerMgr.hpp"
#include "network/netObject.hpp"
#include "network/netPeerAddress.hpp"
#include "network/netPlayer.hpp"
#include "network/netPlayerMgrBase.hpp"
#include "network/rlGamerHandle.hpp"
#include "network/rlGamerInfoBase.hpp"
#include "network/rlGamerInfo.hpp"
#include "player/CPlayerInfo.hpp"
#include "ped/CPed.hpp"
#include "rage/atArray.hpp"
#include "rage/joaat.hpp"
#include "rage/rlJson.hpp"
#include "rage/rlMetric.hpp"
#include "rage/tlsContext.hpp"
#include "rage/vector.hpp"
#include "script/scriptHandlerNetComponent.hpp"
#include "script/scrNativeHandler.hpp"
#include "script/scrThread.hpp"
#include "script/scrThreadContext.hpp"
#include "script/scrVector.hpp"
#include "script/types.hpp"