diff --git a/CommonLibSF/include/RE/Starfield.h b/CommonLibSF/include/RE/Starfield.h index 4071558a..0cd85b70 100644 --- a/CommonLibSF/include/RE/Starfield.h +++ b/CommonLibSF/include/RE/Starfield.h @@ -27,6 +27,7 @@ #include "RE/B/BGSSnapTemplateComponent.h" #include "RE/B/BGSTerminal.h" #include "RE/B/BSFixedString.h" +#include "RE/B/BSInputEventReceiver.h" #include "RE/B/BSIntrusiveRefCounted.h" #include "RE/B/BSReflection.h" #include "RE/B/BSStringT.h" @@ -53,6 +54,7 @@ #include "RE/Offsets_NiRTTI.h" #include "RE/Offsets_RTTI.h" #include "RE/Offsets_VTABLE.h" +#include "RE/P/PlayerCamera.h" #include "RE/R/RegSettingCollection.h" #include "RE/RTTI.h" #include "RE/S/Script.h" @@ -66,6 +68,7 @@ #include "RE/T/TESActorBaseData.h" #include "RE/T/TESBoundAnimObject.h" #include "RE/T/TESBoundObject.h" +#include "RE/T/TESCamera.h" #include "RE/T/TESContainer.h" #include "RE/T/TESFile.h" #include "RE/T/TESForm.h" diff --git a/CommonLibSF/src/RE/T/TESCamera.cpp b/CommonLibSF/src/RE/T/TESCamera.cpp index 9fffa87c..c79926f6 100644 --- a/CommonLibSF/src/RE/T/TESCamera.cpp +++ b/CommonLibSF/src/RE/T/TESCamera.cpp @@ -2,4 +2,3 @@ namespace RE { } - diff --git a/CommonLibSF/vcpkg.json b/CommonLibSF/vcpkg.json index aa40f6e3..58c33823 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-09-14.3", + "version-date": "2023-09-14.4", "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 39e09b32..f580d62b 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.29-orange)](#Developing-with-CommonLibSF) -[![VCPKG_VER](https://img.shields.io/static/v1?label=vcpkg%20registry&message=2023-09-14.3&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-09-14.4&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