diff --git a/CommonLibSF/include/RE/Starfield.h b/CommonLibSF/include/RE/Starfield.h index 9280c7d7..e789793c 100644 --- a/CommonLibSF/include/RE/Starfield.h +++ b/CommonLibSF/include/RE/Starfield.h @@ -61,6 +61,7 @@ #include "RE/B/BGSMenuDisplayObject.h" #include "RE/B/BGSMod.h" #include "RE/B/BGSModelMaterialSwap.h" +#include "RE/B/BGSMovableStatic.h" #include "RE/B/BGSNativeTerminalForm.h" #include "RE/B/BGSNavmeshableObject.h" #include "RE/B/BGSObjectInstance.h" @@ -81,7 +82,10 @@ #include "RE/B/BGSScene.h" #include "RE/B/BGSSkinForm.h" #include "RE/B/BGSSnapTemplateComponent.h" +#include "RE/B/BGSSnapTemplateNode.h" +#include "RE/B/BGSSoundEcho.h" #include "RE/B/BGSStaticCollection.h" +#include "RE/B/BGSTalkingActivator.h" #include "RE/B/BGSTerminal.h" #include "RE/B/BGSTerminalMenu.h" #include "RE/B/BGSTextureModel.h" @@ -240,9 +244,11 @@ #include "RE/T/TESDescription.h" #include "RE/T/TESEnchantableForm.h" #include "RE/T/TESFile.h" +#include "RE/T/TESFlora.h" #include "RE/T/TESForm.h" #include "RE/T/TESFormRefCount.h" #include "RE/T/TESFullName.h" +#include "RE/T/TESFurniture.h" #include "RE/T/TESGlobal.h" #include "RE/T/TESGrass.h" #include "RE/T/TESHandleForm.h" @@ -270,10 +276,12 @@ #include "RE/T/TESObjectREFR.h" #include "RE/T/TESObjectSTAT.h" #include "RE/T/TESObjectWEAP.h" +#include "RE/T/TESProduceForm.h" #include "RE/T/TESQuest.h" #include "RE/T/TESRace.h" #include "RE/T/TESRaceForm.h" #include "RE/T/TESResponse.h" +#include "RE/T/TESSound.h" #include "RE/T/TESSpellList.h" #include "RE/T/TESTexture.h" #include "RE/T/TESTopicInfo.h" diff --git a/CommonLibSF/vcpkg.json b/CommonLibSF/vcpkg.json index 238679a0..93d12b8c 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-11-23.1", + "version-date": "2023-11-23.2", "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 b1b731e5..2bf87092 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-11-23.1&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-11-23.2&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