Skip to content

Commit b52f0c5

Browse files
shad0wshayd3github-actions[bot]
authored andcommitted
maintenance
1 parent b4e9a6a commit b52f0c5

23 files changed

Lines changed: 67 additions & 67 deletions

include/RE/B/bhkCharProxyManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#pragma once
22

3-
#include "RE/B/bhkIWorldStepListener.h"
43
#include "RE/B/BSTArray.h"
54
#include "RE/B/BSTHashMap.h"
5+
#include "RE/B/bhkIWorldStepListener.h"
66

77
namespace RE
88
{
99
class bhkCharProxyController;
1010

11-
class __declspec(novtable) bhkCharProxyManager :
11+
class __declspec(novtable) bhkCharProxyManager :
1212
public bhkIWorldStepListener
1313
{
1414
public:

include/RE/B/bhkCharRigidBodyManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#pragma once
22

3-
#include "RE/B/bhkIWorldStepListener.h"
43
#include "RE/B/BSTArray.h"
54
#include "RE/B/BSTHashMap.h"
5+
#include "RE/B/bhkIWorldStepListener.h"
66

77
namespace RE
88
{
99
class bhkCharRigidBodyController;
1010

11-
class __declspec(novtable) bhkCharRigidBodyManager :
11+
class __declspec(novtable) bhkCharRigidBodyManager :
1212
public bhkIWorldStepListener
1313
{
1414
public:

include/RE/B/bhkCharacterController.h

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

3-
#include "RE/B/bhkNPCollisionObjectUnlinked.h"
3+
#include "RE/B/BSBound.h"
44
#include "RE/B/BSTEvent.h"
5-
#include "RE/H/hkVector4f.h"
5+
#include "RE/B/BSTHashMap.h"
6+
#include "RE/B/bhkNPCollisionObjectUnlinked.h"
7+
#include "RE/H/hkRefPtr.h"
68
#include "RE/H/hkStepInfo.h"
7-
#include "RE/B/BSBound.h"
8-
#include "RE/N/NiPoint.h"
9-
#include "RE/H/hknpCharacterSurfaceInfo.h"
9+
#include "RE/H/hkVector4f.h"
1010
#include "RE/H/hknpCharacterContext.h"
1111
#include "RE/H/hknpCharacterState.h"
12-
#include "RE/H/hkRefPtr.h"
12+
#include "RE/H/hknpCharacterSurfaceInfo.h"
13+
#include "RE/N/NiPoint.h"
1314
#include "RE/N/NiPointer.h"
14-
#include "RE/B/BSTHashMap.h"
1515

1616
namespace RE
1717
{

include/RE/B/bhkIWorldStepListener.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace RE
77
{
88
class bhkNPCollisionObject;
99

10-
class __declspec(novtable) bhkIWorldStepListener
10+
class __declspec(novtable) bhkIWorldStepListener
1111
{
1212
public:
1313
inline static constexpr auto RTTI{ RTTI::bhkIWorldStepListener };

include/RE/B/bhkNPCollisionObjectBase.h

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

66
namespace RE
77
{
8-
class __declspec(novtable) bhkNPCollisionObjectBase :
8+
class __declspec(novtable) bhkNPCollisionObjectBase :
99
public NiCollisionObject // 00
1010
{
1111
public:

include/RE/B/bhkNPCollisionObjectUnlinked.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#pragma once
22

3+
#include "RE/B/BSTHashMap.h"
34
#include "RE/B/bhkNPCollisionObject.h"
45
#include "RE/N/NiExtraData.h"
5-
#include "RE/B/BSTHashMap.h"
66
#include "RE/N/NiPointer.h"
77

88
namespace RE
99
{
10-
class __declspec(novtable) bhkNPCollisionObjectUnlinked :
10+
class __declspec(novtable) bhkNPCollisionObjectUnlinked :
1111
public bhkNPCollisionObject // 00
1212
{
1313
public:

include/RE/B/bhkPhysicsSystem.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#pragma once
22

3-
#include "RE/N/NiObject.h"
4-
#include "RE/H/hkRefPtr.h"
53
#include "RE/B/BSTArray.h"
64
#include "RE/H/hkArray.h"
5+
#include "RE/H/hkRefPtr.h"
6+
#include "RE/N/NiObject.h"
77

88
namespace RE
99
{

include/RE/B/bhkPickData.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#pragma once
22

3-
#include "RE/N/NiPoint.h"
4-
#include "RE/M/MemoryManager.h"
3+
#include "RE/H/hkRefPtr.h"
54
#include "RE/H/hknpRayCastQuery.h"
65
#include "RE/H/hknpRayCastQueryResult.h"
7-
#include "RE/H/hkRefPtr.h"
6+
#include "RE/M/MemoryManager.h"
7+
#include "RE/N/NiPoint.h"
88

99
namespace RE
1010
{
@@ -91,14 +91,14 @@ namespace RE
9191
F4_HEAP_REDEFINE_NEW(bhkPickData);
9292

9393
// members
94-
hknpRayCastQuery castQuery; // 00
95-
hknpRayCastQueryResult result; // 60
96-
hkRefPtr<hknpBSWorld> castWorld; // C0
94+
hknpRayCastQuery castQuery; // 00
95+
hknpRayCastQueryResult result; // 60
96+
hkRefPtr<hknpBSWorld> castWorld; // C0
9797
std::uint64_t customCollideLayers; // C8
98-
hknpCollisionQueryCollector* collector; // D0
99-
COLLECTOR_TYPE collectorType; // D8
100-
bool incrementPickTime; // DC
101-
bool allowFailedPicks; // DD
98+
hknpCollisionQueryCollector* collector; // D0
99+
COLLECTOR_TYPE collectorType; // D8
100+
bool incrementPickTime; // DC
101+
bool allowFailedPicks; // DD
102102
bool pickFailed; // DE
103103
};
104104
static_assert(sizeof(bhkPickData) == 0xE0);

include/RE/B/bhkWorld.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#pragma once
22

3-
#include "RE/N/NiObject.h"
4-
#include "RE/H/hkRefPtr.h"
5-
#include "RE/B/BSTArray.h"
63
#include "RE/B/BSSpinLock.h"
7-
#include "RE/H/hkVector4f.h"
4+
#include "RE/B/BSTArray.h"
85
#include "RE/B/bhkCharProxyManager.h"
96
#include "RE/B/bhkCharRigidBodyManager.h"
7+
#include "RE/H/hkRefPtr.h"
8+
#include "RE/H/hkVector4f.h"
109
#include "RE/H/hknpWorld.h"
10+
#include "RE/N/NiObject.h"
1111

1212
namespace RE
1313
{

include/RE/B/bhkWorldM.h

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44

55
namespace RE
66
{
7-
class __declspec(novtable) bhkWorldM :
8-
public bhkWorld // 00
9-
{
10-
public:
11-
inline static constexpr auto RTTI{ RTTI::bhkWorldM };
12-
inline static constexpr auto VTABLE{ VTABLE::bhkWorldM };
13-
inline static constexpr auto Ni_RTTI{ Ni_RTTI::bhkWorldM };
7+
class __declspec(novtable) bhkWorldM :
8+
public bhkWorld // 00
9+
{
10+
public:
11+
inline static constexpr auto RTTI{ RTTI::bhkWorldM };
12+
inline static constexpr auto VTABLE{ VTABLE::bhkWorldM };
13+
inline static constexpr auto Ni_RTTI{ Ni_RTTI::bhkWorldM };
1414

15-
virtual ~bhkWorldM(); // 00
15+
virtual ~bhkWorldM(); // 00
1616

17-
// members
18-
hkVector4f worldTotalSize;
19-
hkVector4f borderSize;
20-
hkVector4f broadPhaseSize;
21-
};
22-
static_assert(sizeof(bhkWorldM) == 0x1B0);
17+
// members
18+
hkVector4f worldTotalSize;
19+
hkVector4f borderSize;
20+
hkVector4f broadPhaseSize;
21+
};
22+
static_assert(sizeof(bhkWorldM) == 0x1B0);
2323
}

0 commit comments

Comments
 (0)