Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit f2ea130

Browse files
ci: maintenance 2023-11-23.5
1 parent 6fcf120 commit f2ea130

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CommonLibSF/include/RE/Starfield.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "RE/B/BGSBlockBashData.h"
3434
#include "RE/B/BGSBodyPartDefs.h"
3535
#include "RE/B/BGSBodyPartInfo.h"
36+
#include "RE/B/BGSConstructibleObject.h"
37+
#include "RE/B/BGSCraftableForm.h"
3638
#include "RE/B/BGSCraftingResourceOwner.h"
3739
#include "RE/B/BGSCraftingUseSound.h"
3840
#include "RE/B/BGSDestructibleObjectForm.h"
@@ -86,6 +88,7 @@
8688
#include "RE/B/BGSProjectile.h"
8789
#include "RE/B/BGSPropertySheet.h"
8890
#include "RE/B/BGSReflectedForm.h"
91+
#include "RE/B/BGSResearchProjectForm.h"
8992
#include "RE/B/BGSScene.h"
9093
#include "RE/B/BGSSkinForm.h"
9194
#include "RE/B/BGSSnapTemplateComponent.h"

CommonLibSF/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "commonlibsf",
4-
"version-date": "2023-11-23.4",
4+
"version-date": "2023-11-23.5",
55
"port-version": 0,
66
"description": "A collaborative reverse-engineered library for Starfield.",
77
"homepage": "https://github.com/Starfield-Reverse-Engineering/CommonLibSF",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![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)
66
![Platform](https://img.shields.io/static/v1?label=platform&message=windows&color=dimgray&style=flat&logo=windows)
77
[![Game version](https://img.shields.io/badge/game%20version-1.8.86-orange)](#Developing-with-CommonLibSF)
8-
[![VCPKG_VER](https://img.shields.io/static/v1?label=vcpkg%20registry&message=2023-11-23.4&color=green&style=flat)](https://github.com/Starfield-Reverse-Engineering/Starfield-RE-vcpkg)
8+
[![VCPKG_VER](https://img.shields.io/static/v1?label=vcpkg%20registry&message=2023-11-23.5&color=green&style=flat)](https://github.com/Starfield-Reverse-Engineering/Starfield-RE-vcpkg)
99
[![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)
1010

1111
## Build Dependencies

0 commit comments

Comments
 (0)