From 348c1394897aa7193968c432b4b0ed133b3b6f01 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 00:58:26 +0000 Subject: [PATCH] ci: maintenance `2023-11-05` --- CommonLibSF/include/RE/Starfield.h | 2 +- CommonLibSF/include/RE/W/WwiseSoundHook.h | 2 +- CommonLibSF/vcpkg.json | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CommonLibSF/include/RE/Starfield.h b/CommonLibSF/include/RE/Starfield.h index 6c464ef5..83b3cb93 100644 --- a/CommonLibSF/include/RE/Starfield.h +++ b/CommonLibSF/include/RE/Starfield.h @@ -214,5 +214,5 @@ #include "RE/T/TypeInfo.h" #include "RE/U/UI.h" #include "RE/V/Variable.h" -#include "RE/W/WWiseSoundHook.h" #include "RE/W/WwiseGUID.h" +#include "RE/W/WwiseSoundHook.h" diff --git a/CommonLibSF/include/RE/W/WwiseSoundHook.h b/CommonLibSF/include/RE/W/WwiseSoundHook.h index 8fe423e2..101ac7ae 100644 --- a/CommonLibSF/include/RE/W/WwiseSoundHook.h +++ b/CommonLibSF/include/RE/W/WwiseSoundHook.h @@ -9,7 +9,7 @@ namespace RE namespace BGSAudio { - class WwiseSoundHook + class WwiseSoundHook { public: // members diff --git a/CommonLibSF/vcpkg.json b/CommonLibSF/vcpkg.json index ceabd9b4..4be1b1bf 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-04", + "version-date": "2023-11-05", "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 32efb2ff..1acb05c0 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-04&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-05&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