Skip to content

Commit

Permalink
ci: maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 6, 2024
1 parent f0c395e commit 0a0a7ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/RE/E/Events.h
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ namespace RE
kPreDetach,
kPostDetach
};

[[nodiscard]] static BSTEventSource<CellAttachDetachEvent>* GetEventSource()
{
using func_t = decltype(&CellAttachDetachEvent::GetEventSource);
Expand Down Expand Up @@ -3654,7 +3654,7 @@ namespace RE

// members
NiPointer<TESObjectREFR> ref; // 00
};
};

struct TESCellFullyLoadedEvent
{
Expand Down
4 changes: 4 additions & 0 deletions include/RE/Starfield.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0a0a7ac

Please sign in to comment.