This commit is contained in:
Mr-X-GTA 2024-12-11 02:30:49 +01:00
parent 62b469728e
commit 85beb147a1
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
gtav_classes gtav_classes
GIT_REPOSITORY https://github.com/Mr-X-GTA/GTAV-Classes-1.git GIT_REPOSITORY https://github.com/Mr-X-GTA/GTAV-Classes-1.git
GIT_TAG 8c3859c220a69b243780d08fe5ec40a8c42a8719 GIT_TAG 0f686591d2a23a6b3adef55d5453cf6e0742e307
GIT_PROGRESS TRUE GIT_PROGRESS TRUE
CONFIGURE_COMMAND "" CONFIGURE_COMMAND ""
BUILD_COMMAND "" BUILD_COMMAND ""

View File

@ -1,6 +1,6 @@
{ {
"game": { "game": {
"online": "1.69", "online": "1.70",
"build": "3274" "build": "3407"
} }
} }

View File

@ -3,7 +3,7 @@
#include "gta_pointers_layout_info.hpp" #include "gta_pointers_layout_info.hpp"
#include "sc_pointers_layout_info.hpp" #include "sc_pointers_layout_info.hpp"
#define GTA_VERSION_TARGET "1.69-3351" #define GTA_VERSION_TARGET "1.70-3407"
namespace big namespace big
{ {