2023-09-30 05:45:35 +08:00
|
|
|
#include "base/datBase.hpp"
|
|
|
|
#include "base/fwExtensibleBase.hpp"
|
|
|
|
#include "base/fwRefAwareBase.hpp"
|
|
|
|
#include "base/fwRefAwareBaseImpl.hpp"
|
2024-07-01 10:20:42 +08:00
|
|
|
#include "base/pgBase.hpp"
|
2024-08-08 08:11:50 +08:00
|
|
|
#include "entity/CDynamicEntity.hpp"
|
|
|
|
#include "entity/CEntity.hpp"
|
2023-09-30 05:45:35 +08:00
|
|
|
#include "entity/fwEntity.hpp"
|
2024-07-07 23:32:27 +08:00
|
|
|
#include "event/CEvent.hpp"
|
|
|
|
#include "event/CEventGroup.hpp"
|
|
|
|
#include "event/CEventInventoryItemPickedUp.hpp"
|
2024-08-08 08:11:50 +08:00
|
|
|
#include "network/CFriend.hpp"
|
2023-08-27 03:12:04 +08:00
|
|
|
#include "network/CNetGamePlayer.hpp"
|
|
|
|
#include "network/CNetworkPlayerMgr.hpp"
|
2024-07-14 02:56:19 +08:00
|
|
|
#include "network/CNetworkScObjMgr.hpp"
|
|
|
|
#include "network/CNetworkScServerConnection.hpp"
|
|
|
|
#include "network/CNetworkScSession.hpp"
|
|
|
|
#include "network/CNetworkScSessionMultiplayerImpl.hpp"
|
|
|
|
#include "network/CNetworkScSessionPlayer.hpp"
|
2023-10-09 21:01:36 +08:00
|
|
|
#include "network/CScriptedGameEvent.hpp"
|
2024-06-25 23:00:32 +08:00
|
|
|
#include "network/InFrame.hpp"
|
2024-09-08 05:34:32 +08:00
|
|
|
#include "network/netEncryption.hpp"
|
2023-10-09 21:01:36 +08:00
|
|
|
#include "network/netGameEvent.hpp"
|
2023-09-30 05:45:35 +08:00
|
|
|
#include "network/netObject.hpp"
|
2023-08-27 03:12:04 +08:00
|
|
|
#include "network/netPeerAddress.hpp"
|
|
|
|
#include "network/netPlayer.hpp"
|
|
|
|
#include "network/netPlayerMgrBase.hpp"
|
2024-06-25 10:29:36 +08:00
|
|
|
#include "network/netServerMessages.hpp"
|
2023-08-27 03:12:04 +08:00
|
|
|
#include "network/rlGamerHandle.hpp"
|
|
|
|
#include "network/rlGamerInfo.hpp"
|
2024-06-25 10:29:36 +08:00
|
|
|
#include "network/rlGamerInfoBase.hpp"
|
2024-07-14 02:56:19 +08:00
|
|
|
#include "network/rlScPeerConnection.hpp"
|
|
|
|
#include "network/rlScSession.hpp"
|
2024-07-28 10:24:50 +08:00
|
|
|
#include "network/rlScSessionEvent.hpp"
|
2024-07-14 02:56:19 +08:00
|
|
|
#include "network/rlScSessionManagerImpl.hpp"
|
|
|
|
#include "network/rlScSessionMultiplayer.hpp"
|
|
|
|
#include "network/rlScSessionPeer.hpp"
|
|
|
|
#include "network/snConnectToPeerTask.hpp"
|
2024-06-25 10:29:36 +08:00
|
|
|
#include "network/sync/CProjectBaseSyncDataNode.hpp"
|
|
|
|
#include "network/sync/NodeCommonDataOperations.hpp"
|
|
|
|
#include "network/sync/netSyncDataNode.hpp"
|
|
|
|
#include "network/sync/netSyncNodeBase.hpp"
|
|
|
|
#include "network/sync/netSyncTree.hpp"
|
2024-08-08 08:11:50 +08:00
|
|
|
#include "network/sync/animal/CAnimalCreationData.hpp"
|
2024-09-08 05:34:32 +08:00
|
|
|
#include "network/sync/animscene/CAnimSceneCreationData.hpp"
|
|
|
|
#include "network/sync/animscene/CAnimSceneInfrequentData.hpp"
|
2024-06-25 10:29:36 +08:00
|
|
|
#include "network/sync/object/CObjectCreationData.hpp"
|
|
|
|
#include "network/sync/ped/CPedAttachData.hpp"
|
|
|
|
#include "network/sync/ped/CPedCreationData.hpp"
|
2024-09-08 05:34:32 +08:00
|
|
|
#include "network/sync/ped/CPedHealthData.hpp"
|
2024-06-25 10:29:36 +08:00
|
|
|
#include "network/sync/ped/CPedTaskTreeData.hpp"
|
2024-09-08 05:34:32 +08:00
|
|
|
#include "network/sync/ped/CPedVitalityData.hpp"
|
2024-06-25 10:29:36 +08:00
|
|
|
#include "network/sync/physical/CPhysicalAttachData.hpp"
|
|
|
|
#include "network/sync/pickup/CPickupCreationData.hpp"
|
|
|
|
#include "network/sync/player/CPlayerAppearanceData.hpp"
|
2024-08-08 08:11:50 +08:00
|
|
|
#include "network/sync/player/CPlayerCameraUncommonData.hpp"
|
|
|
|
#include "network/sync/player/CPlayerCreationData.hpp"
|
|
|
|
#include "network/sync/player/CPlayerGameStateUncommonData.hpp"
|
2024-06-25 10:29:36 +08:00
|
|
|
#include "network/sync/player/CPlayerHealthData.hpp"
|
2024-08-08 08:11:50 +08:00
|
|
|
#include "network/sync/projectile/CProjectileCreationData.hpp"
|
|
|
|
#include "network/sync/propset/CPropSetCreationData.hpp"
|
2024-06-25 10:29:36 +08:00
|
|
|
#include "network/sync/vehicle/CVehicleCreationData.hpp"
|
|
|
|
#include "network/sync/vehicle/CVehicleGadgetData.hpp"
|
|
|
|
#include "network/sync/vehicle/CVehicleProximityMigrationData.hpp"
|
2023-09-30 05:45:35 +08:00
|
|
|
#include "ped/CPed.hpp"
|
2024-08-08 08:11:50 +08:00
|
|
|
#include "physical/CPhysical.hpp"
|
2024-06-25 10:29:36 +08:00
|
|
|
#include "player/CPlayerInfo.hpp"
|
|
|
|
#include "rage/Guid.hpp"
|
2023-08-27 18:21:16 +08:00
|
|
|
#include "rage/atArray.hpp"
|
2024-07-14 02:56:19 +08:00
|
|
|
#include "rage/atDelegate.hpp"
|
2023-10-09 21:01:36 +08:00
|
|
|
#include "rage/atPlayerBits.hpp"
|
2024-07-14 02:56:19 +08:00
|
|
|
#include "rage/atUri.hpp"
|
2023-11-10 04:09:45 +08:00
|
|
|
#include "rage/datBitBuffer.hpp"
|
2024-06-14 05:05:36 +08:00
|
|
|
#include "rage/fwBasePool.hpp"
|
2023-08-27 03:12:04 +08:00
|
|
|
#include "rage/joaat.hpp"
|
2024-06-14 05:05:36 +08:00
|
|
|
#include "rage/pools.hpp"
|
2023-09-24 05:47:58 +08:00
|
|
|
#include "rage/rlJson.hpp"
|
|
|
|
#include "rage/rlMetric.hpp"
|
2024-07-14 02:56:19 +08:00
|
|
|
#include "rage/rlTaskStatus.hpp"
|
2023-09-24 05:47:58 +08:00
|
|
|
#include "rage/tlsContext.hpp"
|
2023-08-27 03:12:04 +08:00
|
|
|
#include "rage/vector.hpp"
|
2024-07-07 05:29:46 +08:00
|
|
|
#include "script/globals/ACEData.hpp"
|
|
|
|
#include "script/globals/ACEHostData.hpp"
|
|
|
|
#include "script/globals/FetchManagerHostData.hpp"
|
|
|
|
#include "script/globals/FMEManagerHostData.hpp"
|
|
|
|
#include "script/globals/GunForHireMissionData.hpp"
|
|
|
|
#include "script/globals/MPHostData.hpp"
|
|
|
|
#include "script/globals/NetCampHostData.hpp"
|
|
|
|
#include "script/globals/PlayerPersonaData.hpp"
|
|
|
|
#include "script/globals/PlayerStatusSyncData.hpp"
|
|
|
|
#include "script/globals/SessionManagerPlayerData.hpp"
|
2023-08-27 03:12:04 +08:00
|
|
|
#include "script/scrNativeHandler.hpp"
|
|
|
|
#include "script/scrThread.hpp"
|
|
|
|
#include "script/scrThreadContext.hpp"
|
|
|
|
#include "script/scrVector.hpp"
|
2024-06-25 10:29:36 +08:00
|
|
|
#include "script/scriptHandlerNetComponent.hpp"
|
|
|
|
#include "script/scriptId.hpp"
|
|
|
|
#include "script/scriptIdBase.hpp"
|
2024-07-01 10:20:42 +08:00
|
|
|
#include "script/scrProgram.hpp"
|
2024-06-14 05:04:16 +08:00
|
|
|
#include "script/types.hpp"
|
2024-09-08 05:34:32 +08:00
|
|
|
#include "train/CTrainConfig.hpp"
|