feat(vendor): updated GTAV-Classes (#372)
This commit is contained in:
@ -53,7 +53,7 @@
|
||||
|
||||
#include "core/globals.hpp"
|
||||
#include "gta/natives.hpp"
|
||||
#include "CPed.hpp"
|
||||
#include "ped/CPed.hpp"
|
||||
|
||||
#include "services/notifications/notification_service.hpp"
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "CAmmoInfo.hpp"
|
||||
|
||||
std::map<eImpactType, const char*> BULLET_IMPACTS = {
|
||||
{ eImpactType::DEFAULT_BULLETS, "DEFAULT_BULLETS" },
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "CAmmoInfo.hpp"
|
||||
#include "weapon/CAmmoInfo.hpp"
|
||||
|
||||
struct SpecialAmmo
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "CAmmoInfo.hpp"
|
||||
#include "CWeaponInfo.hpp"
|
||||
#include "weapon/CAmmoInfo.hpp"
|
||||
#include "weapon/CWeaponInfo.hpp"
|
||||
#include "enums.hpp"
|
||||
#include "file_manager.hpp"
|
||||
#include "imgui.h"
|
||||
|
@ -1,9 +1,8 @@
|
||||
#pragma once
|
||||
#include "gta/array.hpp"
|
||||
#include "CPedFactory.hpp"
|
||||
#include "CNetworkPlayerMgr.hpp"
|
||||
#include "gta/script_thread.hpp"
|
||||
#include "gta/tls_context.hpp"
|
||||
#include "ped/CPedFactory.hpp"
|
||||
#include "pointers.hpp"
|
||||
|
||||
namespace big::gta_util
|
||||
|
@ -1,13 +1,11 @@
|
||||
#pragma once
|
||||
#include "common.hpp"
|
||||
#include "CNetworkPlayerMgr.hpp"
|
||||
#include "FriendRegistry.hpp"
|
||||
#include "HashTable.hpp"
|
||||
#include "gta/fwddec.hpp"
|
||||
#include "gta/enums.hpp"
|
||||
#include "gta/replay.hpp"
|
||||
#include "gta/script_program.hpp"
|
||||
#include "base/HashTable.hpp"
|
||||
#include "function_types.hpp"
|
||||
#include "gta/fwddec.hpp"
|
||||
#include "gta/replay.hpp"
|
||||
#include "network/CNetworkPlayerMgr.hpp"
|
||||
#include "socialclub/FriendRegistry.hpp"
|
||||
|
||||
namespace big
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "player.hpp"
|
||||
#include "CNetGamePlayer.hpp"
|
||||
#include "network/CNetGamePlayer.hpp"
|
||||
#include "services/friends/friends_service.hpp"
|
||||
|
||||
namespace big
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "CNetGamePlayer.hpp"
|
||||
#include "network/CNetGamePlayer.hpp"
|
||||
#include "natives.hpp"
|
||||
#include "script.hpp"
|
||||
|
||||
|
Reference in New Issue
Block a user