feat(vendor): updated GTAV-Classes (#372)

This commit is contained in:
Yimura 2022-07-30 18:23:40 +02:00 committed by GitHub
parent bb488fcbe7
commit f00e1faf57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 13 additions and 17 deletions

View File

@ -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"

View File

@ -1,5 +1,4 @@
#pragma once
#include "CAmmoInfo.hpp"
std::map<eImpactType, const char*> BULLET_IMPACTS = {
{ eImpactType::DEFAULT_BULLETS, "DEFAULT_BULLETS" },

View File

@ -1,5 +1,5 @@
#pragma once
#include "CAmmoInfo.hpp"
#include "weapon/CAmmoInfo.hpp"
struct SpecialAmmo
{

View File

@ -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"

View File

@ -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

View File

@ -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
{

View File

@ -1,5 +1,5 @@
#include "player.hpp"
#include "CNetGamePlayer.hpp"
#include "network/CNetGamePlayer.hpp"
#include "services/friends/friends_service.hpp"
namespace big

View File

@ -1,5 +1,5 @@
#pragma once
#include "CNetGamePlayer.hpp"
#include "network/CNetGamePlayer.hpp"
#include "natives.hpp"
#include "script.hpp"

2
vendor/GTAV-Classes vendored

@ -1 +1 @@
Subproject commit d3cb0c38a4763ee585afb8e65745e4049ec6ca16
Subproject commit 5b14b6b991f5b1397040e95f30bcfbdbea7c2d40