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 "core/globals.hpp"
#include "gta/natives.hpp" #include "gta/natives.hpp"
#include "CPed.hpp" #include "ped/CPed.hpp"
#include "services/notifications/notification_service.hpp" #include "services/notifications/notification_service.hpp"

View File

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

View File

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

View File

@ -1,6 +1,6 @@
#pragma once #pragma once
#include "CAmmoInfo.hpp" #include "weapon/CAmmoInfo.hpp"
#include "CWeaponInfo.hpp" #include "weapon/CWeaponInfo.hpp"
#include "enums.hpp" #include "enums.hpp"
#include "file_manager.hpp" #include "file_manager.hpp"
#include "imgui.h" #include "imgui.h"

View File

@ -1,9 +1,8 @@
#pragma once #pragma once
#include "gta/array.hpp" #include "gta/array.hpp"
#include "CPedFactory.hpp"
#include "CNetworkPlayerMgr.hpp"
#include "gta/script_thread.hpp" #include "gta/script_thread.hpp"
#include "gta/tls_context.hpp" #include "gta/tls_context.hpp"
#include "ped/CPedFactory.hpp"
#include "pointers.hpp" #include "pointers.hpp"
namespace big::gta_util namespace big::gta_util

View File

@ -1,13 +1,11 @@
#pragma once #pragma once
#include "common.hpp" #include "common.hpp"
#include "CNetworkPlayerMgr.hpp" #include "base/HashTable.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 "function_types.hpp" #include "function_types.hpp"
#include "gta/fwddec.hpp"
#include "gta/replay.hpp"
#include "network/CNetworkPlayerMgr.hpp"
#include "socialclub/FriendRegistry.hpp"
namespace big namespace big
{ {

View File

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

View File

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

2
vendor/GTAV-Classes vendored

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