diff --git a/CommonLibSF/include/SFSE/API.h b/CommonLibSF/include/SFSE/API.h index 0bd9eb31..ad7b951f 100644 --- a/CommonLibSF/include/SFSE/API.h +++ b/CommonLibSF/include/SFSE/API.h @@ -16,11 +16,11 @@ namespace SFSE const TrampolineInterface* GetTrampolineInterface() noexcept; - const MessagingInterface* GetMessagingInterface() noexcept; + const MessagingInterface* GetMessagingInterface() noexcept; - const MenuInterface* GetMenuInterface() noexcept; + const MenuInterface* GetMenuInterface() noexcept; Trampoline& GetTrampoline(); - void AllocTrampoline(std::size_t a_size, bool a_trySFSEReserve = true); + void AllocTrampoline(std::size_t a_size, bool a_trySFSEReserve = true); } diff --git a/CommonLibSF/include/SFSE/Interfaces.h b/CommonLibSF/include/SFSE/Interfaces.h index d03e4557..a361158d 100644 --- a/CommonLibSF/include/SFSE/Interfaces.h +++ b/CommonLibSF/include/SFSE/Interfaces.h @@ -14,7 +14,7 @@ namespace SFSE class QueryInterface { public: - [[nodiscard]] REL::Version RuntimeVersion() const; + [[nodiscard]] REL::Version RuntimeVersion() const; [[nodiscard]] std::uint32_t SFSEVersion() const; @@ -37,9 +37,9 @@ namespace SFSE [[nodiscard]] PluginHandle GetPluginHandle() const; - const PluginInfo* GetPluginInfo(const char* a_name) const; + const PluginInfo* GetPluginInfo(const char* a_name) const; - [[nodiscard]] void* QueryInterface(std::uint32_t a_id) const; + [[nodiscard]] void* QueryInterface(std::uint32_t a_id) const; }; class MessagingInterface diff --git a/CommonLibSF/include/SFSE/Logger.h b/CommonLibSF/include/SFSE/Logger.h index 438c0210..88c79a13 100644 --- a/CommonLibSF/include/SFSE/Logger.h +++ b/CommonLibSF/include/SFSE/Logger.h @@ -27,7 +27,7 @@ namespace SFSE::log [[nodiscard]] std::optional log_directory(); - void init(); + void init(); } #undef SFSE_MAKE_SOURCE_LOGGER diff --git a/CommonLibSF/vcpkg.json b/CommonLibSF/vcpkg.json index 7363bb5c..7112cb28 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-22.2", + "version-date": "2023-10-23", "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 b8bfd555..be3d6324 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-22.2&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-23&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