Skip to content

Commit c525e6c

Browse files
shad0wshayd3github-actions[bot]
authored andcommitted
maintenance
1 parent 105e1f6 commit c525e6c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

include/RE/A/AimModel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#pragma once
22

33
#include "RE/B/BGSAimModel.h"
4-
#include "RE/N/NiPoint.h"
54
#include "RE/B/BSSpring_SpringState.h"
5+
#include "RE/N/NiPoint.h"
66

77
namespace RE
88
{

include/RE/P/PlayerControlsData.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22

3-
#include "RE/N/NiPoint.h"
43
#include "RE/B/BSSpring_SpringState.h"
4+
#include "RE/N/NiPoint.h"
55

66
namespace RE
77
{

src/RE/B/BSPointerHandle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace RE
1515
template class BSPointerHandle<TESObjectREFR>;
1616
static_assert(sizeof(BSPointerHandle<TESObjectREFR>) == 0x4);
1717

18-
template class BSUntypedPointerHandle<>;
18+
template class BSUntypedPointerHandle<>;
1919
static_assert(sizeof(BSUntypedPointerHandle<>) == 0x4);
2020

2121
template class BSPointerHandleManagerInterface<Actor>;

src/RE/S/Setting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace RE
44
{
5-
template class SettingT<GameSettingCollection>;
5+
template class SettingT<GameSettingCollection>;
66
static_assert(sizeof(SettingT<GameSettingCollection>) == 0x18);
77

88
template class SettingT<INIPrefSettingCollection>;

0 commit comments

Comments
 (0)