From 0a0a7ac9b2752667d9ef461bce9908670e24e63e Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 01:02:01 +0000 Subject: [PATCH] ci: maintenance --- include/RE/E/Events.h | 4 ++-- include/RE/Starfield.h | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/include/RE/E/Events.h b/include/RE/E/Events.h index 69c03491..b38c8370 100644 --- a/include/RE/E/Events.h +++ b/include/RE/E/Events.h @@ -357,7 +357,7 @@ namespace RE kPreDetach, kPostDetach }; - + [[nodiscard]] static BSTEventSource* GetEventSource() { using func_t = decltype(&CellAttachDetachEvent::GetEventSource); @@ -3654,7 +3654,7 @@ namespace RE // members NiPointer ref; // 00 - }; + }; struct TESCellFullyLoadedEvent { diff --git a/include/RE/Starfield.h b/include/RE/Starfield.h index 76557525..18b4a794 100644 --- a/include/RE/Starfield.h +++ b/include/RE/Starfield.h @@ -217,6 +217,7 @@ #include "RE/B/BarrierProjectile.h" #include "RE/B/BaseFormComponent.h" #include "RE/B/BeamProjectile.h" +#include "RE/C/ChargenMenu.h" #include "RE/C/CodeTasklet.h" #include "RE/C/CollisionLayers.h" #include "RE/C/Color.h" @@ -254,6 +255,7 @@ #include "RE/I/ICachedErrorMessage.h" #include "RE/I/IClientVM.h" #include "RE/I/IComplexType.h" +#include "RE/I/IDataModel.h" #include "RE/I/IFuncCallQuery.h" #include "RE/I/IFunction.h" #include "RE/I/IHandleReaderWriter.h" @@ -300,6 +302,7 @@ #include "RE/M/Main.h" #include "RE/M/MemoryManager.h" #include "RE/M/MenuOpenCloseEvent.h" +#include "RE/M/MenuPaperDoll.h" #include "RE/M/Misc.h" #include "RE/M/MissileProjectile.h" #include "RE/M/msvc.h" @@ -437,6 +440,7 @@ #include "RE/T/TESWorldSpace.h" #include "RE/T/TypeInfo.h" #include "RE/U/UI.h" +#include "RE/U/UICellRenderer.h" #include "RE/U/UIMessageQueue.h" #include "RE/V/Variable.h" #include "RE/V/VirtualMachine.h"