diff --git a/CommonLibSF/include/RE/IDs.h b/CommonLibSF/include/RE/IDs.h index 269cdc7a..171b0976 100644 --- a/CommonLibSF/include/RE/IDs.h +++ b/CommonLibSF/include/RE/IDs.h @@ -260,7 +260,7 @@ namespace RE::ID namespace TESObjectREFR { inline constexpr REL::ID AddLockChange{ 106386 }; - inline constexpr REL::ID GetCurrentLocation{ 106554 }; + inline constexpr REL::ID GetCurrentLocation{ 106554 }; inline constexpr REL::ID GetLinkedRef{ 107578 }; inline constexpr REL::ID GetLock{ 107581 }; inline constexpr REL::ID GetParentWorldSpace{ 106696 }; diff --git a/CommonLibSF/include/RE/Starfield.h b/CommonLibSF/include/RE/Starfield.h index faaf4376..fde52a2b 100644 --- a/CommonLibSF/include/RE/Starfield.h +++ b/CommonLibSF/include/RE/Starfield.h @@ -70,6 +70,7 @@ #include "RE/C/ConsoleLog.h" #include "RE/E/ExtraDataList.h" #include "RE/E/ExtraDataTypes.h" +#include "RE/E/ExtraLock.h" #include "RE/F/FORM_ENUM_STRING.h" #include "RE/F/FactionRank.h" #include "RE/F/FormTypes.h" @@ -94,6 +95,7 @@ #include "RE/IDs_NiRTTI.h" #include "RE/IDs_RTTI.h" #include "RE/IDs_VTABLE.h" +#include "RE/L/LockPickedEvent.h" #include "RE/M/MagicTarget.h" #include "RE/M/MemoryManager.h" #include "RE/M/MenuOpenCloseEvent.h" diff --git a/CommonLibSF/vcpkg.json b/CommonLibSF/vcpkg.json index 7df899d9..7a0401e9 100644 --- a/CommonLibSF/vcpkg.json +++ b/CommonLibSF/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "commonlibsf", - "version-date": "2023-10-21", + "version-date": "2023-10-21.1", "port-version": 0, "description": "A collaborative reverse-engineered library for Starfield.", "homepage": "https://github.com/Starfield-Reverse-Engineering/CommonLibSF", diff --git a/README.md b/README.md index 34bff165..11e42a70 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![C++23](https://img.shields.io/static/v1?label=standard&message=c%2B%2B23&color=blue&logo=c%2B%2B&&logoColor=red&style=flat)](https://en.cppreference.com/w/cpp/compiler_support) ![Platform](https://img.shields.io/static/v1?label=platform&message=windows&color=dimgray&style=flat&logo=windows) [![Game version](https://img.shields.io/badge/game%20version-1.7.36-orange)](#Developing-with-CommonLibSF) -[![VCPKG_VER](https://img.shields.io/static/v1?label=vcpkg%20registry&message=2023-10-21&color=green&style=flat)](https://github.com/Starfield-Reverse-Engineering/Starfield-RE-vcpkg) +[![VCPKG_VER](https://img.shields.io/static/v1?label=vcpkg%20registry&message=2023-10-21.1&color=green&style=flat)](https://github.com/Starfield-Reverse-Engineering/Starfield-RE-vcpkg) [![Main CI](https://img.shields.io/github/actions/workflow/status/Starfield-Reverse-Engineering/CommonLibSF/main_ci.yml)](https://github.com/Starfield-Reverse-Engineering/CommonLibSF/actions/workflows/main_ci.yml) ## Build Dependencies