docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "RE/H/hkVector4.h"
|
||||
|
||||
namespace RE
|
||||
{
|
||||
class hkAabb
|
||||
{
|
||||
public:
|
||||
// members
|
||||
hkVector4f min; // 00
|
||||
hkVector4f max; // 10
|
||||
};
|
||||
static_assert(sizeof(hkAabb) == 0x20);
|
||||
}
|
||||
Reference in New Issue
Block a user